mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
🐛 Fix executions pruning and UTC storage (#1959)
* ⚡ Add logging for pruning errors * ⚡ Reformat pruning date to UTC string * ⚡ Reformat workflow deletion date to UTC * ⚡ Enforce UTC datetimes for MySQL * ⚡ Enforce UTC datetimes for Postgres * ⏪ Revert "Reformat workflow deletion date to UTC" This reverts commit ca9628bc6d2b7d5786e45e8000086a3126b880ae.
This commit is contained in:
@@ -89,6 +89,7 @@ export async function init(): Promise<IDatabaseCollections> {
|
||||
migrations: mysqlMigrations,
|
||||
migrationsRun: true,
|
||||
migrationsTableName: `${entityPrefix}migrations`,
|
||||
timezone: 'Z', // set UTC as default
|
||||
};
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user