n8n/packages/cli/src/databases
Omar Ajoue a4578d68a5
feat: Create workflow history database migration (no-changelog) (#7031)
Github issue / Community forum post (link here to close automatically):

For the upcoming workflow history feature, we're creating the necessary
database tables.

Also changes the schema for Postgres so the versionId column is now
properly a UUID. The `using` statement prevents losing data, basically
converting the strings to UUIDs.

---------

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
2023-08-29 12:01:11 +02:00
..
dsl feat: Create workflow history database migration (no-changelog) (#7031) 2023-08-29 12:01:11 +02:00
entities feat(core): Add MFA (#4767) 2023-08-23 22:59:16 -04:00
migrations feat: Create workflow history database migration (no-changelog) (#7031) 2023-08-29 12:01:11 +02:00
repositories feat: External Secrets storage for credentials (#6477) 2023-08-25 10:33:46 +02:00
utils feat(core): Add unique id to instances (#6863) 2023-08-07 17:03:21 +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 feat(core): Create a dsl for writing db agnostic migrations (#6853) 2023-08-04 17:49:02 +02:00