SudoSOS Back-end API / migrations/1763399087409-rename-gewis-to-external / RenameGewisToExternal1763399087409
Class: RenameGewisToExternal1763399087409 ​
Implements ​
MigrationInterface
Constructors ​
Constructor ​
ts
new RenameGewisToExternal1763399087409(): RenameGewisToExternal1763399087409;Returns ​
RenameGewisToExternal1763399087409
Methods ​
down() ​
ts
down(queryRunner): Promise<void>;Reverse the migrations.
Parameters ​
| Parameter | Type |
|---|---|
queryRunner | QueryRunner |
Returns ​
Promise<void>
Implementation of ​
ts
MigrationInterface.downup() ​
ts
up(queryRunner): Promise<void>;Run the migrations.
Parameters ​
| Parameter | Type |
|---|---|
queryRunner | QueryRunner |
Returns ​
Promise<void>
Implementation of ​
ts
MigrationInterface.up