mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 07:52:04 +02:00
Comment que jobs migrations
This commit is contained in:
parent
9c6876d121
commit
611538464d
2 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
class AddQue < ActiveRecord::Migration[6.0]
|
||||
def self.up
|
||||
# The current version as of this migration's creation.
|
||||
Que.migrate! :version => 3
|
||||
# Que.migrate! :version => 3
|
||||
end
|
||||
|
||||
def self.down
|
||||
# Completely removes Que's job queue.
|
||||
Que.migrate! :version => 0
|
||||
# Que.migrate! :version => 0
|
||||
end
|
||||
end
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
class RemoveQueJobs < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
drop_table :que_jobs
|
||||
# drop_table :que_jobs
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue