Remove references to tags. Fix #259.

This commit is contained in:
Brent Simmons
2017-12-18 18:20:13 -08:00
parent fb9a1d610c
commit fcda565d91
14 changed files with 13 additions and 138 deletions

View File

@@ -8,7 +8,7 @@
import Foundation
// Protocol for a database table for related objects  authors, tags, and attachments in Evergreen, for instance.
// Protocol for a database table for related objects  authors and attachments in Evergreen, for instance.
public protocol DatabaseRelatedObjectsTable: DatabaseTable {