From a61551b0053ce4f1a2c43dd9207382040bf66459 Mon Sep 17 00:00:00 2001 From: Martin Brennan Date: Thu, 16 Sep 2021 10:47:42 +1000 Subject: [PATCH] DEV: Remove bookmark reminder_type reference (#141) See https://github.com/discourse/discourse/commit/41e19adb0d7685303009650efec3ebec0319c577 --- plugin.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index 8c543b3..8a4d7fb 100644 --- a/plugin.rb +++ b/plugin.rb @@ -370,7 +370,6 @@ SQL 'application_requests.req_type': ApplicationRequest.req_types, 'badges.badge_type_id': Enum.new(:gold, :silver, :bronze, start: 1), 'bookmarks.auto_delete_preference': Bookmark.auto_delete_preferences, - 'bookmarks.reminder_type': Bookmark.reminder_types, 'category_groups.permission_type': CategoryGroup.permission_types, 'category_users.notification_level': CategoryUser.notification_levels, 'directory_items.period_type': DirectoryItem.period_types,