Guide for creating database migrations in Activepieces
Uncomment Database Connection Export
packages/server/api/src/app/database/database-connection.ts
:Configure Database Type
.env
file to set the database type:Generate Migration
<MIGRATION_NAME>
with a descriptive name for your migration.Move Migration File
packages/server/api/src/app/database/migrations
.
Review the generated file and:postgres-connection.ts
sqlite-connection.ts
Re-comment Export