6 lines
134 B
6 lines
134 B
6 years ago
|
class AddIndexToAttachmentsIsPublic < ActiveRecord::Migration[5.2]
|
||
|
def change
|
||
|
add_index :attachments, :is_public
|
||
|
end
|
||
|
end
|