Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 169 Bytes

rails.md

File metadata and controls

9 lines (8 loc) · 169 Bytes
  • Redo rails migration

bundle exec rake db:migrate:redo VERSION=20200312143950
  • Flush sidekiq DB

Sidekiq.redis { |conn| conn.flushdb }