Newer
Older
dmpopidor / db / migrate / 20130705151214_add_locale_to_templates.rb
@Marta Ribeiro Marta Ribeiro on 3 Jun 2016 123 bytes DMPonline4 - RAILS 4.0 (#4)
class AddLocaleToTemplates < ActiveRecord::Migration
  def change
    add_column :dmptemplates, :locale, :string
  end
end