mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-08-21 18:43:37 +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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
export class AddAttributionDomains1748096357260 {
|
||||||
* @class
|
|
||||||
* @implements {MigrationInterface}
|
|
||||||
*/
|
|
||||||
module.exports = class AddAttributionDomains1748096357260 {
|
|
||||||
name = 'AddAttributionDomains1748096357260'
|
name = 'AddAttributionDomains1748096357260'
|
||||||
|
|
||||||
async up(queryRunner) {
|
async up(queryRunner) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue