removed extra files stopping migration
This commit is contained in:
parent
500c1ff69d
commit
63c8bc8987
2 changed files with 0 additions and 23 deletions
|
@ -1,13 +0,0 @@
|
|||
class CreateTopics < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :topics do |t|
|
||||
t.text :name
|
||||
t.text :desc
|
||||
t.text :link
|
||||
t.text :permission
|
||||
t.integer :user_id
|
||||
t.integer :metacode_id
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
|
@ -1,10 +0,0 @@
|
|||
class CreateMetacodes < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :metacodes do |t|
|
||||
t.text :name
|
||||
t.string :icon
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue