Basic account onboarding (#1328)

* Basic account onboarding

* Cleanup
This commit is contained in:
Zach Gollwitzer
2024-10-18 17:18:54 -04:00
committed by GitHub
parent e8e100e1d8
commit 263d65ea7e
24 changed files with 146 additions and 73 deletions

View File

@@ -0,0 +1,5 @@
class AddAccountMode < ActiveRecord::Migration[7.2]
def change
add_column :accounts, :mode, :string
end
end