20170318214217_add_header_remote_url_to_accounts.rb (169B)
- class AddHeaderRemoteUrlToAccounts < ActiveRecord::Migration[5.0]
- def change
- add_column :accounts, :header_remote_url, :string, null: false, default: ''
- end
- end
git clone https://hacktivis.me/git/mastofe.git
20170318214217_add_header_remote_url_to_accounts.rb (169B)
- class AddHeaderRemoteUrlToAccounts < ActiveRecord::Migration[5.0]
- def change
- add_column :accounts, :header_remote_url, :string, null: false, default: ''
- end
- end