mirror of
https://github.com/docmost/docmost.git
synced 2025-11-13 04:42:37 +10:00
adds missing command for down migration (#908)
This commit is contained in:
@ -74,6 +74,8 @@ export async function down(db: Kysely<any>): Promise<void> {
|
||||
|
||||
await db.schema.alterTable('workspaces').dropColumn('status').execute();
|
||||
|
||||
await db.schema.alterTable('workspaces').dropColumn('plan').execute();
|
||||
|
||||
await db.schema
|
||||
.alterTable('workspaces')
|
||||
.dropColumn('billing_email')
|
||||
|
||||
Reference in New Issue
Block a user