mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
115595167-new_migration
This commit is contained in:
parent
da1228a457
commit
16de6bfaea
2 changed files with 9 additions and 4 deletions
|
@ -11,9 +11,5 @@ 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