Sha256: 8539e75a83194821583165aa7855e895c957b0f36adfe334eb091ded47a3a78d
Contents?: true
Size: 211 Bytes
Versions: 60
Compression:
Stored size: 211 Bytes
Contents
class AddPartialIndexToBookmarks < ActiveRecord::Migration[5.1] def change remove_index :patient_bookmarks, :deleted_at add_index :patient_bookmarks, :deleted_at, where: "deleted_at IS NULL" end end
Version data entries
60 entries across 60 versions & 1 rubygems