mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 03:30:33 +02:00
Add explicit rails versioning in migrations
This commit is contained in:
parent
45fa13c815
commit
8359abcf92
386 changed files with 386 additions and 386 deletions
|
@ -1,4 +1,4 @@
|
|||
class AddTimeIndexingToEppLog < ActiveRecord::Migration
|
||||
class AddTimeIndexingToEppLog < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
ApiLog::EppLog.connection.execute( "CREATE INDEX CONCURRENTLY epp_logs_created_at ON epp_logs USING btree (extract(epoch from created_at));")
|
||||
ApiLog::ReppLog.connection.execute("CREATE INDEX CONCURRENTLY repp_logs_created_at ON repp_logs USING btree (extract(epoch from created_at));")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue