Skip to content
Snippets Groups Projects
Commit 4da6034c authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

revert db migration

parent c9160783
No related branches found
No related tags found
No related merge requests found
class CreateTopicRelationships < ActiveRecord::Migration
def change
create_table :topic_relationships do |t|
t.references :parent, index: true
t.references :child, index: true
t.timestamps null: false
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment