mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 20:34:50 +08:00
Fix all the errors to get our tests green on Rails 5.1.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
class AddCustomFields < ActiveRecord::Migration
|
||||
class AddCustomFields < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
create_table :category_custom_fields do |t|
|
||||
t.integer :category_id, null: false
|
||||
|
Reference in New Issue
Block a user