mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added a separate table to record background job status for tournaments and fixed migrations/schemas for solid dbs. Foreign key constraints are now added to the migrations where we do belongs_to.
This commit is contained in:
@@ -11,7 +11,7 @@ spec:
|
||||
image: jcwimer/wrestlingdev:prod
|
||||
imagePullPolicy: Always
|
||||
command: ["/bin/sh","-c"]
|
||||
args: ["bundle exec rake db:create; bundle exec rake db:migrate;"]
|
||||
args: ["bundle exec rake db:create; bundle exec rake db:migrate; bundle exec rake db:migrate:cache; bundle exec rake db:migrate:queue; bundle exec rake db:migrate:cable;"]
|
||||
env:
|
||||
- name: RAILS_ENV
|
||||
value: production
|
||||
|
||||
Reference in New Issue
Block a user