budibase/packages/server/src/appMigrations/migrations.ts

9 lines
255 B
TypeScript

// This file should never be manually modified, use `yarn add-app-migration` in order to add a new one
export const MIGRATIONS: {
migrationId: string
migrationFunc: () => Promise<void>
}[] = [
// Migrations will be executed sorted by migrationId
]