Create concept of currency in the database #209
2 changed files with 3 additions and 3 deletions
src/database/migrations/app/0.6
|
@ -9,7 +9,7 @@ export class User1713289062969 implements MigrationInterface {
|
|||
], queryRunner);
|
||||
}
|
||||
|
||||
public async down(queryRunner: QueryRunner): Promise<void> {
|
||||
public async down(): Promise<void> {
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue