Newer
Older
dmpopidor / db / migrate / 20130705113828_add_locale_to_themes.rb
class AddLocaleToThemes < ActiveRecord::Migration
  def change
    add_column :themes, :locale, :string
  end
end