Skip to content

Commit

Permalink
Fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tahsinaislam committed Dec 3, 2024
1 parent e3bd032 commit 592b074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@
t.string "feature_key", null: false
t.string "key", null: false
t.datetime "updated_at", null: false
t.text "value"
t.string "value"
t.index ["feature_key", "key", "value"], name: "index_flipper_gates_on_feature_key_and_key_and_value", unique: true
end

Expand Down

0 comments on commit 592b074

Please sign in to comment.