Skip to content

Commit

Permalink
WIP: Migrate non-editionable worldwide organisations to be editionable
Browse files Browse the repository at this point in the history
Note: we cannot use a data migration as they do not have access to
presenters and helpers that are needed to perform the consistency check
before commiting the transaction.
  • Loading branch information
brucebolt committed Apr 29, 2024
1 parent 7e6a67e commit cf7a8f7
Show file tree
Hide file tree
Showing 3 changed files with 505 additions and 65 deletions.
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
config.i18n.raise_on_missing_translations = true

# Raise an error on page load if there are pending migrations.
config.active_record.migration_error = :page_load
# config.active_record.migration_error = :page_load

# Use an evented file watcher to asynchronously detect changes in source code,
# routes, locales, etc. This feature depends on the listen gem.
Expand Down
Loading

0 comments on commit cf7a8f7

Please sign in to comment.