logo

mastofe

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

20170609145826_remove_default_language_from_statuses.rb (168B)


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