mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 11:34:13 +00:00
5
db/migrate/20241018201653_add_account_mode.rb
Normal file
5
db/migrate/20241018201653_add_account_mode.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddAccountMode < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :accounts, :mode, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user