mirror of
https://github.com/docmost/docmost
synced 2025-03-28 21:13:28 +00:00
adds missing command for down migration (#908)
This commit is contained in:
parent
f8ce160906
commit
593f41a050
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user