260217:1607 20260217 fix permission
All checks were successful
Build and Deploy / deploy (push) Successful in 3m11s
All checks were successful
Build and Deploy / deploy (push) Successful in 3m11s
This commit is contained in:
100
_backend_logs.txt
Normal file
100
_backend_logs.txt
Normal file
@@ -0,0 +1,100 @@
|
||||
at Readable.push (node:internal/streams/readable:392:5) {
|
||||
|
||||
query: 'DELETE FROM `notifications` WHERE (`is_read` = ? AND `createdAt` < ?)',
|
||||
|
||||
parameters: [
|
||||
|
||||
true,
|
||||
|
||||
2026-01-17T17:00:00.024Z
|
||||
|
||||
],
|
||||
|
||||
driverError: Error: Unknown column 'createdAt' in 'WHERE'
|
||||
|
||||
at Packet.asError (/app/node_modules/.pnpm/mysql2@3.15.3/node_modules/mysql2/lib/packets/packet.js:740:17)
|
||||
|
||||
at Query.execute (/app/node_modules/.pnpm/mysql2@3.15.3/node_modules/mysql2/lib/commands/command.js:29:26)
|
||||
|
||||
at PoolConnection.handlePacket (/app/node_modules/.pnpm/mysql2@3.15.3/node_modules/mysql2/lib/base/connection.js:477:34)
|
||||
|
||||
at PacketParser.onPacket (/app/node_modules/.pnpm/mysql2@3.15.3/node_modules/mysql2/lib/base/connection.js:93:12)
|
||||
|
||||
at PacketParser.executeStart (/app/node_modules/.pnpm/mysql2@3.15.3/node_modules/mysql2/lib/packet_parser.js:75:16)
|
||||
|
||||
at Socket.<anonymous> (/app/node_modules/.pnpm/mysql2@3.15.3/node_modules/mysql2/lib/base/connection.js:100:25)
|
||||
|
||||
at Socket.emit (node:events:519:28)
|
||||
|
||||
at addChunk (node:internal/streams/readable:561:12)
|
||||
|
||||
at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
|
||||
|
||||
at Readable.push (node:internal/streams/readable:392:5) {
|
||||
|
||||
code: 'ER_BAD_FIELD_ERROR',
|
||||
|
||||
errno: 1054,
|
||||
|
||||
sqlState: '42S22',
|
||||
|
||||
sqlMessage: "Unknown column 'createdAt' in 'WHERE'",
|
||||
|
||||
sql: "DELETE FROM `notifications` WHERE (`is_read` = true AND `createdAt` < '2026-01-18 00:00:00.024')"
|
||||
|
||||
},
|
||||
|
||||
code: 'ER_BAD_FIELD_ERROR',
|
||||
|
||||
errno: 1054,
|
||||
|
||||
sqlState: '42S22',
|
||||
|
||||
sqlMessage: "Unknown column 'createdAt' in 'WHERE'",
|
||||
|
||||
sql: "DELETE FROM `notifications` WHERE (`is_read` = true AND `createdAt` < '2026-01-18 00:00:00.024')"
|
||||
|
||||
}
|
||||
|
||||
[Nest] 1 - 02/17/2026, 12:00:00 AM LOG [FileCleanupService] No expired files found.
|
||||
|
||||
[Nest] 1 - 02/17/2026, 12:00:00 AM ERROR [NotificationCleanupService] Failed to cleanup notifications
|
||||
|
||||
[Nest] 1 - 02/17/2026, 12:00:00 AM ERROR [NotificationCleanupService] QueryFailedError: Unknown column 'createdAt' in 'WHERE'
|
||||
|
||||
at Query.onResult (/app/node_modules/.pnpm/typeorm@0.3.27_ioredis@5.8.2_mysql2@3.15.3_redis@4.7.1_reflect-metadata@0.2.2_ts-node@1_cb81dfd56f1203fe00eb0fec5dfcce08/node_modules/typeorm/driver/mysql/MysqlQueryRunner.js:168:37)
|
||||
|
||||
at Query.execute (/app/node_modules/.pnpm/mysql2@3.15.3/node_modules/mysql2/lib/commands/command.js:36:14)
|
||||
|
||||
at PoolConnection.handlePacket (/app/node_modules/.pnpm/mysql2@3.15.3/node_modules/mysql2/lib/base/connection.js:477:34)
|
||||
|
||||
at PacketParser.onPacket (/app/node_modules/.pnpm/mysql2@3.15.3/node_modules/mysql2/lib/base/connection.js:93:12)
|
||||
|
||||
at PacketParser.executeStart (/app/node_modules/.pnpm/mysql2@3.15.3/node_modules/mysql2/lib/packet_parser.js:75:16)
|
||||
|
||||
at Socket.<anonymous> (/app/node_modules/.pnpm/mysql2@3.15.3/node_modules/mysql2/lib/base/connection.js:100:25)
|
||||
|
||||
at Socket.emit (node:events:519:28)
|
||||
|
||||
at addChunk (node:internal/streams/readable:561:12)
|
||||
|
||||
at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
|
||||
|
||||
at Readable.push (node:internal/streams/readable:392:5) {
|
||||
|
||||
query: 'DELETE FROM `notifications` WHERE (`is_read` = ? AND `createdAt` < ?)',
|
||||
|
||||
parameters: [
|
||||
|
||||
true,
|
||||
|
||||
2026-01-17T17:00:00.038Z
|
||||
|
||||
],
|
||||
|
||||
driverError: Error: Unknown column 'createdAt' in 'WHERE'
|
||||
|
||||
at Packet.asError (/app/node_modules/.pnpm/mysql2@3.15.3/node_modules/mysql2/lib/packets/packet.js:740:17)
|
||||
|
||||
at Query.execute (/app/node_modules/.pnpm/mysql2@3.15.3/node_modules/mysql2/lib/commands/command.js:29:26)
|
||||
|
||||
Reference in New Issue
Block a user