mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Merge branch '115595167-records_match' into staging
This commit is contained in:
commit
07faaef09d
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue