20160920003904_remove_verify_token_from_accounts.rb (168B)
- class RemoveVerifyTokenFromAccounts < ActiveRecord::Migration[5.0]
- def change
- remove_column :accounts, :verify_token, :string, null: false, default: ''
- end
- end
git clone https://hacktivis.me/git/mastofe.git
20160920003904_remove_verify_token_from_accounts.rb (168B)
- class RemoveVerifyTokenFromAccounts < ActiveRecord::Migration[5.0]
- def change
- remove_column :accounts, :verify_token, :string, null: false, default: ''
- end
- end