You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug ReadOnlyMode.create(enabled: false) should be added to the seeds. It's in a migration but that doesn't get set in development if you're running db:prepare or db:setup.
To Reproduce
Steps to reproduce the behavior:
docker-compose down -v
docker-compose up -d
rails db:prepare (as per the README)
See error
Expected behavior
The seeds will prepare the database for development without extra steps.
Additional context
This is where it's added in a migration
Describe the bug
ReadOnlyMode.create(enabled: false)
should be added to the seeds. It's in a migration but that doesn't get set in development if you're runningdb:prepare
ordb:setup
.To Reproduce
Steps to reproduce the behavior:
docker-compose down -v
docker-compose up -d
rails db:prepare
(as per the README)Expected behavior
The seeds will prepare the database for development without extra steps.
Additional context
This is where it's added in a migration
jupiter/db/migrate/20200831182732_add_initial_read_only_modes.rb
Lines 1 to 5 in 087a261
The text was updated successfully, but these errors were encountered: