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
157 B

  1. class AddVisibilityToStatuses < ActiveRecord::Migration[5.0]
  2. def change
  3. add_column :statuses, :visibility, :integer, null: false, default: 0
  4. end
  5. end