Before adding workers

This commit is contained in:
Jason Jordan
2026-03-20 10:46:53 -04:00
parent 3300819ed5
commit a43c8bf6b5
70 changed files with 533 additions and 457 deletions
@@ -3,7 +3,7 @@ class CreateIdCardFieldExceptions < ActiveRecord::Migration[7.2]
create_table :id_card_field_exceptions do |t|
t.string :exception_type
t.string :exception_value
t.belongs_to :configuration, null: false, foreign_key: { to_table: :id_card_configurations }
t.belongs_to :setup, null: false, foreign_key: { to_table: :id_card_setups }
t.timestamps
end