get subscription in admin
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
import { MigrationInterface, QueryRunner, Table, TableForeignKey } from 'typeorm';
|
||||
import {
|
||||
MigrationInterface,
|
||||
QueryRunner,
|
||||
Table,
|
||||
TableForeignKey,
|
||||
} from 'typeorm';
|
||||
|
||||
export class InitialSchema1719600000000 implements MigrationInterface {
|
||||
name = 'InitialSchema1719600000000';
|
||||
|
||||
Reference in New Issue
Block a user