1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00: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:
Marius Balteanu 2024-06-04 20:05:26 +00:00
parent 38a8adb2a2
commit 7710d005f2

View File

@ -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