mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-06 03:56:56 +00:00
fix generated migration.
This commit is contained in:
parent
604c6dbc66
commit
3884f2fa6a
1 changed files with 4 additions and 7 deletions
|
@ -1,12 +1,9 @@
|
|||
/**
|
||||
* @typedef {import('typeorm').MigrationInterface} MigrationInterface
|
||||
/*
|
||||
* SPDX-FileCopyrightText: piuvas and other Sharkey contributors
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
/**
|
||||
* @class
|
||||
* @implements {MigrationInterface}
|
||||
*/
|
||||
module.exports = class AddAttributionDomains1748096357260 {
|
||||
export class AddAttributionDomains1748096357260 {
|
||||
name = 'AddAttributionDomains1748096357260'
|
||||
|
||||
async up(queryRunner) {
|
||||
|
|
Loading…
Add table
Reference in a new issue