Skip to content

Commit

Permalink
Update schema.rb
Browse files Browse the repository at this point in the history
Changes made in #659 caused the `schema.rb` file to change.

A new `data_migrations` table was added by the `data_migrate` gem.
  • Loading branch information
ollietreend committed May 23, 2024
1 parent 412857e commit 5c5340b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
t.index ["submitted_by_type", "submitted_by_id"], name: "index_claims_on_submitted_by"
end

create_table "data_migrations", primary_key: "version", id: :string, force: :cascade do |t|
end

create_table "flipflop_features", force: :cascade do |t|
t.string "key", null: false
t.boolean "enabled", default: false, null: false
Expand Down

0 comments on commit 5c5340b

Please sign in to comment.