logo

mastofe

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

20161116162355_add_locale_to_users.rb (117B)


  1. class AddLocaleToUsers < ActiveRecord::Migration[5.0]
  2. def change
  3. add_column :users, :locale, :string
  4. end
  5. end