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:
parent
1a04828a1b
commit
9fcc66b4dd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user