mirror of
https://github.com/docmost/docmost.git
synced 2025-11-13 23:51:12 +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('status').execute();
|
||||||
|
|
||||||
|
await db.schema.alterTable('workspaces').dropColumn('plan').execute();
|
||||||
|
|
||||||
await db.schema
|
await db.schema
|
||||||
.alterTable('workspaces')
|
.alterTable('workspaces')
|
||||||
.dropColumn('billing_email')
|
.dropColumn('billing_email')
|
||||||
|
|||||||
Reference in New Issue
Block a user