Skip to content

Commit

Permalink
apply migration 66
Browse files Browse the repository at this point in the history
  • Loading branch information
owencraston committed Jan 18, 2025
1 parent 3822bda commit 637d91c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/store/migrations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ import migration62 from './062';
import migration63 from './063';
import migration64 from './064';
import migration65 from './065';
import migration66 from './066';

type MigrationFunction = (state: unknown) => unknown;
type AsyncMigrationFunction = (state: unknown) => Promise<unknown>;
Expand Down Expand Up @@ -144,6 +145,7 @@ export const migrationList: MigrationsList = {
63: migration63,
64: migration64,
65: migration65,
66: migration66,
};

// Enable both synchronous and asynchronous migrations
Expand Down

0 comments on commit 637d91c

Please sign in to comment.