DEV: Remove bookmark reminder_type reference (#141)

See 41e19adb0d
This commit is contained in:
Martin Brennan 2021-09-16 10:47:42 +10:00 committed by GitHub
parent 9b40f41f94
commit a61551b005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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,