Removed add_index from AddExpiresAtToStatus
• Removed: - add_index from AddExpiresAtToStatus
This commit is contained in:
parent
62009f5769
commit
09489ec03e
|
@ -1,6 +1,5 @@
|
||||||
class AddExpiresAtToStatus < ActiveRecord::Migration[5.2]
|
class AddExpiresAtToStatus < ActiveRecord::Migration[5.2]
|
||||||
def change
|
def change
|
||||||
add_column :statuses, :expires_at, :datetime
|
add_column :statuses, :expires_at, :datetime
|
||||||
add_index :statuses, :expires_at
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue