Skip to content

Commit 5e3ee7d

Browse files
henrybarretogustavosbarreto
authored andcommitted
chore(api): standardize logging messages of migration 99
1 parent 8c397d9 commit 5e3ee7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/store/mongo/migrations/migration_99.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var migration99 = migrate.Migration{
1717
"component": "migration",
1818
"version": 99,
1919
"action": "Up",
20-
}).Info("Applying migration: mark empty-event sessions as not recorded")
20+
}).Info("Applying migration")
2121

2222
_, err := db.Collection("sessions").
2323
UpdateMany(
@@ -36,7 +36,7 @@ var migration99 = migrate.Migration{
3636
"component": "migration",
3737
"version": 99,
3838
"action": "Down",
39-
}).Info("Reverting migration: mark empty-event sessions as recorded")
39+
}).Info("Reverting migration")
4040

4141
_, err := db.Collection("sessions").
4242
UpdateMany(

0 commit comments

Comments
 (0)