Remove non-existent table from schema
This commit is contained in:
parent
fdf42d4169
commit
3f6e61e39b
10
db/schema.rb
10
db/schema.rb
|
@ -194,16 +194,6 @@ ActiveRecord::Schema.define(version: 2022_11_06_130744) do
|
|||
t.index ["user_id"], name: "index_services_on_user_id"
|
||||
end
|
||||
|
||||
create_table "settings", id: :serial, force: :cascade do |t|
|
||||
t.string "var", null: false
|
||||
t.text "value"
|
||||
t.integer "thing_id"
|
||||
t.string "thing_type", limit: 30
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
t.index ["thing_type", "thing_id", "var"], name: "index_settings_on_thing_type_and_thing_id_and_var", unique: true
|
||||
end
|
||||
|
||||
create_table "subscriptions", id: :serial, force: :cascade do |t|
|
||||
t.bigint "user_id", null: false
|
||||
t.bigint "answer_id", null: false
|
||||
|
|
Loading…
Reference in New Issue