We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4279dc5 commit de3e56cCopy full SHA for de3e56c
1 file changed
src/migrations/index.ts
@@ -280,6 +280,8 @@ export const migrations = [
280
up: migration_20260723_084800_20260723_stats_suffix.up,
281
down: migration_20260723_084800_20260723_stats_suffix.down,
282
name: '20260723_084800_20260723_stats_suffix',
283
+ },
284
+ {
285
up: migration_20260720_212600_actions_module_only.up,
286
down: migration_20260720_212600_actions_module_only.down,
287
name: '20260720_212600_actions_module_only',
0 commit comments