n8n/packages/cli/src/databases
Omar Ajoue 044c710a8e
fix: Make MySQL migration for nano id change compatible with version 5.7 (#6498)
* fix: Make migration for MySQL compatible with version 5.7

* fix: Correct syntax

* fix: Syntax for primary key creation

* fix: Remove unnecessary constraint statement

* fix: Name columns for sqlite migration to prevent issues

* ci: Always run DB tests with table-prefix and alt-schema

* add tablePrefix to migrations (mysql not fixed)

* fix character_set on mysql migrations

* fix mysql collation version difference

* cater for mariadb collations

---------

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
Co-authored-by: Michael Auerswald <michael.auerswald@gmail.com>
2023-06-21 17:10:47 +02:00
..
entities feat: Migrate integer primary keys to nanoids (#6345) 2023-06-20 19:13:18 +02:00
migrations fix: Make MySQL migration for nano id change compatible with version 5.7 (#6498) 2023-06-21 17:10:47 +02:00
repositories feat: Migrate integer primary keys to nanoids (#6345) 2023-06-20 19:13:18 +02:00
utils feat: Migrate integer primary keys to nanoids (#6345) 2023-06-20 19:13:18 +02:00
config.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
ormconfig.ts refactor: consolidate database configs (#4522) 2022-11-04 14:23:58 +01:00
types.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00