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 AddPlanIdToPlan < ActiveRecord::Migration[7.2]
def change
add_column :plans, :plan_id, :integer
end
end