mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-21 13:15:11 +00:00
Merge pull request 'fix fix orm' (#4) from fix-fix-orm into dev
Reviewed-on: https://codeberg.org/yeentown/barkey/pulls/4 Reviewed-by: zima <zima@noreply.codeberg.org>
This commit is contained in:
commit
2b7abfb8d7
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
|||
const { MigrationInterface, QueryRunner } = require("typeorm");
|
||||
|
||||
module.exports = class FixOrm1731198456911 {
|
||||
export class FixOrm1731198456911 {
|
||||
name = 'FixOrm1731198456911'
|
||||
|
||||
async up(queryRunner) {
|
||||
|
|
Loading…
Reference in a new issue