The code powering m.abunchtell.com https://m.abunchtell.com
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

6 rader
156 B

  1. class MakeUrisNullableInStatuses < ActiveRecord::Migration[4.2]
  2. def change
  3. change_column :statuses, :uri, :string, null: true, default: nil
  4. end
  5. end