mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
added gin index to json and fixed compared
This commit is contained in:
parent
aba3448744
commit
a23274143d
3 changed files with 45 additions and 15 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddIndexToJsonValidationEvent < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_index :validation_events, :event_data, :using => :gin
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue