aboutsummaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 0d5e51c..f31eba5 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema[8.1].define(version: 2025_10_30_014349) do
+ActiveRecord::Schema[8.1].define(version: 2025_10_30_014714) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_catalog.plpgsql"
@@ -28,6 +28,7 @@ ActiveRecord::Schema[8.1].define(version: 2025_10_30_014349) do
t.datetime "created_at", null: false
t.string "first_name", null: false
t.string "last_name", null: false
+ t.integer "member_type", null: false
t.datetime "updated_at", null: false
t.index ["client_id"], name: "index_household_members_on_client_id"
end