Remove unrelated schema changes

This commit is contained in:
Javi Martín
2018-09-07 14:24:45 +02:00
parent f917f5eed9
commit 9cfa07ff1d

View File

@@ -1305,12 +1305,6 @@ ActiveRecord::Schema.define(version: 20180813141443) do
add_index "votes", ["votable_id", "votable_type", "vote_scope"], name: "index_votes_on_votable_id_and_votable_type_and_vote_scope", using: :btree
add_index "votes", ["voter_id", "voter_type", "vote_scope"], name: "index_votes_on_voter_id_and_voter_type_and_vote_scope", using: :btree
create_table "web_sections", force: :cascade do |t|
t.text "name"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
end
create_table "widget_cards", force: :cascade do |t|
t.string "title"
t.text "description"
@@ -1329,6 +1323,12 @@ ActiveRecord::Schema.define(version: 20180813141443) do
t.datetime "updated_at", null: false
end
create_table "web_sections", force: :cascade do |t|
t.text "name"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
end
add_foreign_key "administrators", "users"
add_foreign_key "annotations", "legacy_legislations"
add_foreign_key "annotations", "users"