From e822fdaeee90cb7c70d5678f19249198cd7aae8c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 7 Jun 2016 22:34:02 +0200 Subject: Use ng2-file-upload instead of jquery and add tags support to the video upload form --- server/models/videos.js | 1 + 1 file changed, 1 insertion(+) (limited to 'server/models') diff --git a/server/models/videos.js b/server/models/videos.js index d6b743c7c..c177b414c 100644 --- a/server/models/videos.js +++ b/server/models/videos.js @@ -12,6 +12,7 @@ const port = config.get('webserver.port') // --------------------------------------------------------------------------- +// TODO: add indexes on searchable columns const videosSchema = mongoose.Schema({ name: String, namePath: String, -- cgit v1.2.3