The code powering m.abunchtell.com https://m.abunchtell.com
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

20170318214217_add_header_remote_url_to_accounts.rb 169 B

12345
  1. class AddHeaderRemoteUrlToAccounts < ActiveRecord::Migration[5.0]
  2. def change
  3. add_column :accounts, :header_remote_url, :string, null: false, default: ''
  4. end
  5. end