Sha256: d48d27f2cc362d5b10886effb7e71fdcaf41b7b53efc809641df02ed593ea5eb
Contents?: true
Size: 276 Bytes
Versions: 16
Compression:
Stored size: 276 Bytes
Contents
class AddIndexOnPageRevisionsPath < Landable::Migration def up execute "CREATE INDEX #{Landable.configuration.database_schema_prefix}landable_page_revisions__path ON #{Landable.configuration.database_schema_prefix}landable.page_revisions(path)" end end
Version data entries
16 entries across 16 versions & 1 rubygems