Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samnang committed Jan 8, 2025
1 parent 43ef6f9 commit 2ef3e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema[8.0].define(version: 2025_01_07_072933) do
ActiveRecord::Schema[8.0].define(version: 2025_01_08_072200) do
# These are extensions that must be enabled in order to support this database
enable_extension "citext"
enable_extension "pg_catalog.plpgsql"
Expand Down Expand Up @@ -138,7 +138,7 @@
t.string "language_code"
t.string "gender"
t.date "date_of_birth"
t.citext "iso_country_code"
t.citext "iso_country_code", null: false
t.index ["account_id", "date_of_birth"], name: "index_contacts_on_account_id_and_date_of_birth"
t.index ["account_id", "gender"], name: "index_contacts_on_account_id_and_gender"
t.index ["account_id", "iso_country_code"], name: "index_contacts_on_account_id_and_iso_country_code"
Expand Down

0 comments on commit 2ef3e2f

Please sign in to comment.