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
@@ -5,7 +5,7 @@ class CreateIdCardPlans < ActiveRecord::Migration[7.2]
t.integer :pb_product_key
t.string :pl_plan_key
t.boolean :template
t.belongs_to :configuration, null: true, foreign_key: { to_table: :id_card_configurations }
t.belongs_to :setup, null: true, foreign_key: { to_table: :id_card_setups }
t.timestamps
end