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
@@ -0,0 +1,8 @@
class CreateRoles < ActiveRecord::Migration
def change
create_table :roles do |t|
t.string :name
t.integer :value
end
end
end