fix old migration file names

This commit is contained in:
jomo
2016-02-07 14:27:57 +01:00
parent ce304ece43
commit 854dc4d834
11 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
class CreateForums < ActiveRecord::Migration
def change
create_table :forums do |t|
t.string :name
t.integer :position
t.references :role_read
t.references :role_write
t.references :forumgroup
end
end
end