Skip to content

Commit

Permalink
chore: reorder migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasDetre committed Dec 18, 2024
1 parent 218234e commit d3fd668
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server/src/migrations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ import * as migration_1727790113090 from "./migration_1727790113090";
import * as migration_1729693085251 from "./migration_1729693085251";
import * as migration_1730888921742 from "./migration_1730888921742";
import * as migration_1731666807035 from "./migration_1731666807035";
import * as migration_1732531157506 from "./migration_1732531157506";
import * as migration_1732800962380 from "./migration_1732800962380";
import * as migration_1733743141284 from "./migration_1733743141284";
import * as migration_1734527074984 from "./migration_1734527074984";
import * as migration_1734527078957 from "./migration_1734527078957";

type Migration = {
up: (db: Kysely<any>) => Promise<void>;
Expand Down Expand Up @@ -198,7 +198,7 @@ export const migrations: Migrations = {
migration_1729693085251,
migration_1730888921742,
migration_1731666807035,
migration_1732531157506,
migration_1732800962380,
migration_1733743141284,
migration_1734527074984,
migration_1734527078957,
};

0 comments on commit d3fd668

Please sign in to comment.