mirror of
https://github.com/redmine/redmine.git
synced 2026-02-28 01:21:22 +01: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user