mirror of
https://github.com/redmine/redmine.git
synced 2026-05-06 16:36:29 +02:00
Set migration version to 7.1 (#9309).
git-svn-id: https://svn.redmine.org/redmine/trunk@22856 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class AddQueriesDescription < ActiveRecord::Migration[6.1]
|
||||
class AddQueriesDescription < ActiveRecord::Migration[7.1]
|
||||
def up
|
||||
add_column :queries, :description, :string, :after => :name
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user