Skip to content

Commit

Permalink
correct migration
Browse files Browse the repository at this point in the history
  • Loading branch information
juliawegmayr committed Dec 18, 2024
1 parent 4d6c71a commit bfd38b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/api/src/mikro-orm/migrations/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { Migration20240819214939 } from "./Migration20240819214939";
import { Migration20240830112400 } from "./Migration20240830112400";
import { Migration20241016123307 } from "./Migration20241016123307";
import { Migration20241018110515 } from "./Migration20241018110515";
import { Migration20241022144400 } from "./Migration20241022144400";
import { Migration20241119101706 } from "./Migration20241119101706";

export const migrationsList: MigrationObject[] = [
Expand All @@ -26,4 +27,5 @@ export const migrationsList: MigrationObject[] = [
{ name: "Migration20241016123307", class: Migration20241016123307 },
{ name: "Migration20241018110515", class: Migration20241018110515 },
{ name: "Migration20241119101706", class: Migration20241119101706 },
{ name: "Migration20241022144400", class: Migration20241022144400 },
];

0 comments on commit bfd38b9

Please sign in to comment.