Skip to content

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 ​

ParameterType
queryRunnerQueryRunner

Returns ​

Promise<void>

Implementation of ​

ts
MigrationInterface.down

up() ​

ts
up(queryRunner): Promise<void>;

Run the migrations.

Parameters ​

ParameterType
queryRunnerQueryRunner

Returns ​

Promise<void>

Implementation of ​

ts
MigrationInterface.up