Sha256: b95975b3be8e33c40eae334d50041e9bd03d4f649fc39238b1b79ffd0d207da6

Contents?: true

Size: 272 Bytes

Versions: 2

Compression:

Stored size: 272 Bytes

Contents

class AddDocumentCreatedAtToPgSearchDocuments < ActiveRecord::Migration[7.1]
  def change
    add_column :pg_search_documents, :searchable_created_at, :datetime, if_not_exists: true
    add_index :pg_search_documents, :searchable_created_at, if_not_exists: true
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alchemy-pg_search-6.1.0 db/migrate/20241105092236_add_document_created_at_to_pg_search_documents.rb
alchemy-pg_search-6.0.0 db/migrate/20241105092236_add_document_created_at_to_pg_search_documents.rb