mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Add explicit rails versioning in migrations
This commit is contained in:
parent
45fa13c815
commit
8359abcf92
386 changed files with 386 additions and 386 deletions
|
@ -1,4 +1,4 @@
|
|||
class CreateDelayedJobs < ActiveRecord::Migration
|
||||
class CreateDelayedJobs < ActiveRecord::Migration[6.0]
|
||||
def self.up
|
||||
create_table :delayed_jobs, :force => true do |table|
|
||||
table.integer :priority, :default => 0, :null => false # Allows some jobs to jump to the front of the queue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue