removed some migrate files temp
This commit is contained in:
parent
406e2fa3f0
commit
f06710b05d
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