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 ChangeMbMemberKeyToString < ActiveRecord::Migration[7.2]
def change
change_column :sample_id_cards, :primary_mb_member_key, :string
end
end