mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
Added que #2557
This commit is contained in:
parent
0aa8058022
commit
51d22af52b
9 changed files with 4779 additions and 2 deletions
11
db/migrate/20150611124920_add_que.rb
Normal file
11
db/migrate/20150611124920_add_que.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
class AddQue < ActiveRecord::Migration
|
||||
def self.up
|
||||
# The current version as of this migration's creation.
|
||||
Que.migrate! :version => 3
|
||||
end
|
||||
|
||||
def self.down
|
||||
# Completely removes Que's job queue.
|
||||
Que.migrate! :version => 0
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue