X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Finitializers%2Fmigrations%2F0015-video-views.ts;h=25164ff4d55c5827eb475ff56634741d54b60ad9;hb=39ba2e8e3a71961cd0087c57d25905f6a97a6b69;hp=df274d81740d78b12cf419dc1e7bf738074720c6;hpb=6fcd19ba737f1f5614a56c6925adb882dea43b8d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/initializers/migrations/0015-video-views.ts b/server/initializers/migrations/0015-video-views.ts index df274d817..25164ff4d 100644 --- a/server/initializers/migrations/0015-video-views.ts +++ b/server/initializers/migrations/0015-video-views.ts @@ -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.') }