mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
Remove unsupported :after option from add_column in AddQueriesDescription migration (#9309).
git-svn-id: https://svn.redmine.org/redmine/trunk@22859 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
82c88b3700
commit
5159d31a8b
@ -1,6 +1,6 @@
|
||||
class AddQueriesDescription < ActiveRecord::Migration[7.1]
|
||||
def up
|
||||
add_column :queries, :description, :string, :after => :name
|
||||
add_column :queries, :description, :string
|
||||
end
|
||||
|
||||
def down
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user