chore: Remove unused attribute imap_inbox_synced_at (#8822)

- imap_inbox_synced_at is no longer used; this PR removes all the references to the same.
This commit is contained in:
Pranav Raj S
2024-01-30 23:48:46 -08:00
committed by GitHub
parent 53d42b15b8
commit 905ca94f71
5 changed files with 8 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
class RemoveImapInboxSynedAtFromChannelEmail < ActiveRecord::Migration[7.0]
def change
remove_column :channel_email, :imap_inbox_synced_at, :datetime
end
end