mirror of https://github.com/docusealco/docuseal
parent
3b894f5281
commit
f7dfc0b2ed
@ -0,0 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddEmailEventsDateIndex < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
remove_index :email_events, :account_id
|
||||
add_index :email_events, %i[account_id event_datetime]
|
||||
end
|
||||
end
|
||||
Loading…
Reference in new issue