Skip to content

Commit

Permalink
Merge pull request #363 from mission-apprentissage/server/disable-lat…
Browse files Browse the repository at this point in the history
…est-migration

fix(migration): remove latest
  • Loading branch information
yohanngab authored Nov 18, 2024
2 parents bd45bd6 + 7e9221f commit 21f5c34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/src/migrations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Kysely } from "kysely";

import * as migration_1721809671508 from "./migration_1721809671508";
import * as migration_1727788480067 from "./migration_1727788480067";
import * as migration_1731512210632 from "./migration_1731512210632";

type Migration = {
up: (db: Kysely<any>) => Promise<void>;
Expand All @@ -16,5 +15,4 @@ type Migrations = Record<string, Migration>;
export const migrations: Migrations = {
migration_1721809671508,
migration_1727788480067,
migration_1731512210632,
};

0 comments on commit 21f5c34

Please sign in to comment.