before adding users

This commit is contained in:
Jason Jordan
2026-04-20 12:12:52 -04:00
parent 7ab1143db8
commit 1d9025276d
21 changed files with 286 additions and 185 deletions
@@ -9,6 +9,7 @@ class CreateEmployers < ActiveRecord::Migration[7.2]
t.string :group_number
t.string :effective_date
t.boolean :active, default: false
t.boolean :initialized, default: false
t.timestamps
end