Remove que_jobs table

This commit is contained in:
Thiago Youssef 2022-04-06 11:58:22 +03:00
parent f9be2152e6
commit 9c6876d121
2 changed files with 7 additions and 58 deletions

View file

@ -0,0 +1,5 @@
class RemoveQueJobs < ActiveRecord::Migration[6.1]
def change
drop_table :que_jobs
end
end