Run prettier
This commit is contained in:
parent
5197758579
commit
f3da56773e
@ -1,7 +1,6 @@
|
||||
import {MigrationInterface, QueryRunner} from "typeorm";
|
||||
import { MigrationInterface, QueryRunner } from 'typeorm';
|
||||
|
||||
export class AddConceptsSchema1550782075583 implements MigrationInterface {
|
||||
|
||||
public async up(queryRunner: QueryRunner): Promise<any> {
|
||||
await queryRunner.query(`
|
||||
CREATE SCHEMA IF NOT EXISTS concepts;
|
||||
@ -13,5 +12,4 @@ export class AddConceptsSchema1550782075583 implements MigrationInterface {
|
||||
DROP SCHEMA IF EXISTS concepts;
|
||||
`);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user