Skip to content

Commit

Permalink
resolve mr discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
timohuber committed Nov 2, 2023
1 parent 2141dc4 commit e71915a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pool/database/migration/migration_202311011626.ml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let change_disable_user_after_from_days_to_weeks =
let change_disable_user_after_from_weeks_to_days =
Sihl.Database.Migration.create_step
~label:"change disable user after from days to weeks"
~label:"change disable user after from week to days"
{sql|
UPDATE
pool_system_settings
Expand All @@ -14,5 +14,5 @@ let change_disable_user_after_from_days_to_weeks =
let migration () =
Sihl.Database.Migration.(
empty "202311011626"
|> add_step change_disable_user_after_from_days_to_weeks)
|> add_step change_disable_user_after_from_weeks_to_days)
;;

0 comments on commit e71915a

Please sign in to comment.