tags: add index on is_deprecated.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddIsDeprecatedIndexOnTags < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_index :tags, :is_deprecated, where: "is_deprecated = TRUE"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user