update order print
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
import { Migration } from '@mikro-orm/migrations';
|
||||
|
||||
export class Migration20260626160000 extends Migration {
|
||||
|
||||
override async up(): Promise<void> {
|
||||
this.addSql(`alter table "request_items" drop column "quantity";`);
|
||||
}
|
||||
|
||||
override async down(): Promise<void> {
|
||||
this.addSql(`alter table "request_items" add column "quantity" int not null default 1;`);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user