automation and view updates
This commit is contained in:
+2
-2
@@ -10,7 +10,7 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema[7.2].define(version: 2026_04_09_175359) do
|
||||
ActiveRecord::Schema[7.2].define(version: 2026_04_08_210447) do
|
||||
create_table "employers", force: :cascade do |t|
|
||||
t.string "name"
|
||||
t.string "slug"
|
||||
@@ -266,11 +266,11 @@ ActiveRecord::Schema[7.2].define(version: 2026_04_09_175359) do
|
||||
t.string "coverage_class"
|
||||
t.string "division"
|
||||
t.string "dental_plan_key"
|
||||
t.text "dependents"
|
||||
t.bigint "employer_id"
|
||||
t.bigint "id_card_plan_id"
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
t.text "dependents"
|
||||
t.index ["employer_id"], name: "index_members_on_employer_id"
|
||||
t.index ["id_card_plan_id"], name: "index_members_on_id_card_plan_id"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user