115595167-extra_columns

This commit is contained in:
Stas 2016-04-20 13:43:35 +03:00
parent 62d6c53180
commit da1228a457

View file

@ -11,7 +11,9 @@ class AddMatchingColumn < ActiveRecord::Migration
tables.each do |table|
add_column table, :uuid, :string
end
ApiLog::EppLog.connection.execute("ALTER TABLE epp_logs ADD COLUMN uuid varchar;")
ApiLog::ReppLog.connection.execute("ALTER TABLE repp_logs ADD COLUMN uuid varchar;")
end
end