1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

use versioned migrations for sample plugin in the same way of core r16807

git-svn-id: http://svn.redmine.org/redmine/trunk@16961 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2017-08-31 15:57:32 +00:00
parent 1a04828a1b
commit 9fcc66b4dd

View File

@ -1,6 +1,6 @@
# Sample plugin migration
# Use rake db:migrate_plugins to migrate installed plugins
class CreateMeetings < ActiveRecord::Migration
class CreateMeetings < ActiveRecord::Migration[4.2]
def self.up
create_table :meetings do |t|
t.column :project_id, :integer, :null => false