mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
115595167-extra_columns
This commit is contained in:
parent
62d6c53180
commit
da1228a457
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