Add timeseries, discriminator

This commit is contained in:
George Suntres
2026-04-17 11:38:12 -04:00
parent cba3e326e8
commit 99b36e577e
18 changed files with 897 additions and 130 deletions

View File

@@ -14,7 +14,7 @@ import (
// CreateViews will create views for the given collection and definition.
func (c *MongoClient) CreateViews(db *mongo.Database, cdef *CollectionDefinition) {
if cdef == nil || cdef.Views == nil {
log.Printf("No definitions will not create views")
log.Printf("No definition for views found.")
return
}