mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Review fixes (#10641)
See comments in https://review.discourse.org/t/dev-imap-log-to-database-10435/14337/6 for context.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class MakeImapSyncLogColsNotNull < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
change_column_null :imap_sync_logs, :message, false
|
||||
change_column_null :imap_sync_logs, :level, false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user