fix: bill
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,13 @@
|
||||
import { Migration } from '@mikro-orm/migrations';
|
||||
|
||||
export class Migration20260217121029_meterageREquired extends Migration {
|
||||
|
||||
override async up(): Promise<void> {
|
||||
this.addSql(`select 1`);
|
||||
}
|
||||
|
||||
override async down(): Promise<void> {
|
||||
this.addSql(`select 1`);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user