n8n/packages/cli/src/databases
Iván Ovejero b49d493653
fix(core): Fix migrations on non-public Postgres schema (#3356)
* 🐛 Fix UM migration

*  Account for schema in `search_path`

* 🔥 Remove unneeded schema refs

* 🧪 Account for alt schema in DB testing

*  Add schema to `IncreaseTypeVarcharLimit`

*  Set `search_path` in every migration

*  Set `search_path` in down migrations
2022-05-30 11:33:17 +02:00
..
entities feat(editor): Improve n8n welcome experience (#3289) 2022-05-16 18:19:33 +02:00
mysqldb/migrations feat(editor): Improve n8n welcome experience (#3289) 2022-05-16 18:19:33 +02:00
postgresdb/migrations fix(core): Fix migrations on non-public Postgres schema (#3356) 2022-05-30 11:33:17 +02:00
sqlite/migrations feat(editor): Improve n8n welcome experience (#3289) 2022-05-16 18:19:33 +02:00
utils fix(core): Make email for UM case insensitive (#3078) 2022-04-15 08:11:35 +02:00
MigrationHelpers.ts Run migration in chunks (#2393) 2021-11-03 09:12:48 -06:00