adds missing command for down migration (#908)
This commit is contained in:
parent
f8ce160906
commit
593f41a050
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue