stable, before a refactor

This commit is contained in:
Jason Jordan
2026-03-03 22:53:21 -05:00
parent 4fac3b1036
commit 942d60c3e0
66 changed files with 1321 additions and 194 deletions
@@ -0,0 +1,5 @@
class AddIdCardFieldsToEmployer < ActiveRecord::Migration[7.2]
def change
add_column :employers, :id_card_display_name, :string
end
end