logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

20160223164502_make_uris_nullable_in_statuses.rb (156B)


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