This commit is contained in:
@ -4,6 +4,8 @@ export class InitialMigration1735660800000 implements MigrationInterface {
|
||||
name = 'InitialMigration1735660800000';
|
||||
|
||||
public async up(queryRunner: QueryRunner): Promise<void> {
|
||||
// Create uuid-ossp extension for uuid_generate_v4() function
|
||||
await queryRunner.query(`CREATE EXTENSION IF NOT EXISTS "uuid-ossp"`);
|
||||
await queryRunner.query(
|
||||
`CREATE TYPE "public"."ideas_status_enum" AS ENUM('backlog', 'todo', 'in_progress', 'done', 'cancelled')`,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user