Merge branch '115595167-records_match' into staging

This commit is contained in:
Stas 2016-04-20 13:44:08 +03:00
commit 07faaef09d

View file

@ -11,7 +11,9 @@ class AddMatchingColumn < ActiveRecord::Migration
tables.each do |table| tables.each do |table|
add_column table, :uuid, :string add_column table, :uuid, :string
end 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
end end