20161222201034_add_locked_to_accounts.rb (153B)
- class AddLockedToAccounts < ActiveRecord::Migration[5.0]
- def change
- add_column :accounts, :locked, :boolean, null: false, default: false
- end
- end
git clone https://hacktivis.me/git/mastofe.git
20161222201034_add_locked_to_accounts.rb (153B)
- class AddLockedToAccounts < ActiveRecord::Migration[5.0]
- def change
- add_column :accounts, :locked, :boolean, null: false, default: false
- end
- end