You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignores options passed in an options hash along with gin_trgm_ops relevant with pg_trgm extension.
This way concurrently: true, though provided, is not detected by linter.
Sequel.migrationdono_transactionupdoDB.execute('CREATE EXTENSION IF NOT EXISTS pg_trgm;')alter_table(:foos)doopts={name: :foos_bar_search_index,type: :gin,concurrently: true}add_index(Sequel.lit(" gin_trgm_ops"),opts)endendend