artists: add is_deleted and is_banned indexes.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddIsDeletedIndexOnArtists < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_index :artists, :is_deleted
|
||||
add_index :artists, :is_banned
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user