removed extra files stopping migration

This commit is contained in:
Connor Turland 2013-01-08 00:18:18 -05:00
parent 500c1ff69d
commit 63c8bc8987
2 changed files with 0 additions and 23 deletions

View file

@ -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

View file

@ -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