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
when ever i restart the jackhammer its database entries no reloading.
every time i am running the below command to get the schema in db bundle exec bundle install && bundle exec rake db:drop && bundle exec rake db:create && bundle exec rake db:migrate && bundle exec rake db:seed
is there any other solution to avoid running the schema every time jackhammer restarts?
why its not persisting the schema??
The text was updated successfully, but these errors were encountered:
when ever i restart the jackhammer its database entries no reloading.
every time i am running the below command to get the schema in db
bundle exec bundle install && bundle exec rake db:drop && bundle exec rake db:create && bundle exec rake db:migrate && bundle exec rake db:seed
is there any other solution to avoid running the schema every time jackhammer restarts?
why its not persisting the schema??
The text was updated successfully, but these errors were encountered: