aquariumbio / aquarium

The Aquarium Lab Operating System
http://klavinslab.org/aquaverse/
MIT License
58 stars 15 forks source link

go back to 2 separate views for view_job_assignments #606

Closed gnomicosuw closed 3 years ago

gnomicosuw commented 3 years ago

We had streamlined the separate views into a single nested view. That works perfectly fine in MySQL, but causes rails db:migrate to choke on a permissions error (at least inside of docker)

We should just go back to the 2 separate views. Otherwise no one can run the migrations (whether automatically in the build or manually by running docker-compose exec backend rails db:migrate)

gnomicosuw commented 3 years ago

closing this. The new config files fix grant the right permissions and fix the issue.