mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
missing parenthesis
This commit is contained in:
parent
f3f556869c
commit
0aebd9596c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
class AdduuidIndexToEppLogs < ActiveRecord::Migration
|
||||
def change
|
||||
ApiLog::EppLog.connection.execute( "CREATE INDEX CONCURRENTLY epp_logs_uuid ON epp_logs USING btree uuid;")
|
||||
ApiLog::ReppLog.connection.execute( "CREATE INDEX CONCURRENTLY repp_logs_uuid ON repp_logs USING btree uuid;")
|
||||
ApiLog::EppLog.connection.execute( "CREATE INDEX CONCURRENTLY epp_logs_uuid ON epp_logs USING btree (uuid);")
|
||||
ApiLog::ReppLog.connection.execute( "CREATE INDEX CONCURRENTLY repp_logs_uuid ON repp_logs USING btree (uuid);")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue