]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/initializers/migrations/0015-video-views.ts
Use global uuid instead of remoteId for videos
[github/Chocobozzz/PeerTube.git] / server / initializers / migrations / 0015-video-views.ts
index df274d81740d78b12cf419dc1e7bf738074720c6..25164ff4d55c5827eb475ff56634741d54b60ad9 100644 (file)
@@ -17,7 +17,7 @@ function up (utils: {
   return q.addColumn('Videos', 'views', data)
 }
 
-function down (options, callback) {
+function down (options) {
   throw new Error('Not implemented.')
 }