diff --git a/db/schema.rb b/db/schema.rb index 7942e3844..0ebdf5e2f 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20180702085737) do +ActiveRecord::Schema.define(version: 20180711224810) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -1304,6 +1304,12 @@ ActiveRecord::Schema.define(version: 20180702085737) 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" @@ -1322,12 +1328,6 @@ ActiveRecord::Schema.define(version: 20180702085737) 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 "administrator_tasks", "users" add_foreign_key "administrators", "users" add_foreign_key "annotations", "legacy_legislations"