mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Remove que_jobs
table
This commit is contained in:
parent
f9be2152e6
commit
9c6876d121
2 changed files with 7 additions and 58 deletions
5
db/migrate/20220406085500_remove_que_jobs.rb
Normal file
5
db/migrate/20220406085500_remove_que_jobs.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class RemoveQueJobs < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
drop_table :que_jobs
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue