Newer
Older
dmpopidor / db / migrate / 20130705113828_add_locale_to_themes.rb
@Marta Ribeiro Marta Ribeiro on 3 Jun 2016 114 bytes DMPonline4 - RAILS 4.0 (#4)
class AddLocaleToThemes < ActiveRecord::Migration
  def change
    add_column :themes, :locale, :string
  end
end