Skip to content

Commit de3e56c

Browse files
authored
fix: merge migration error
Signed-off-by: Marius Ahsmus <marius.ahsmus@gmail.com>
1 parent 4279dc5 commit de3e56c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/migrations/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,8 @@ export const migrations = [
280280
up: migration_20260723_084800_20260723_stats_suffix.up,
281281
down: migration_20260723_084800_20260723_stats_suffix.down,
282282
name: '20260723_084800_20260723_stats_suffix',
283+
},
284+
{
283285
up: migration_20260720_212600_actions_module_only.up,
284286
down: migration_20260720_212600_actions_module_only.down,
285287
name: '20260720_212600_actions_module_only',

0 commit comments

Comments
 (0)