aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/migrations/peertube-2.1.ts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/migrations/peertube-2.1.ts')
-rw-r--r--scripts/migrations/peertube-2.1.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/migrations/peertube-2.1.ts b/scripts/migrations/peertube-2.1.ts
index 892497a88..e17e58166 100644
--- a/scripts/migrations/peertube-2.1.ts
+++ b/scripts/migrations/peertube-2.1.ts
@@ -1,7 +1,7 @@
1import { registerTSPaths } from '../../server/helpers/register-ts-paths' 1import { registerTSPaths } from '../../server/helpers/register-ts-paths'
2registerTSPaths() 2registerTSPaths()
3 3
4import { initDatabaseModels, sequelizeTypescript } from '../../server/initializers' 4import { initDatabaseModels, sequelizeTypescript } from '../../server/initializers/database'
5import * as Sequelize from 'sequelize' 5import * as Sequelize from 'sequelize'
6import { join } from 'path' 6import { join } from 'path'
7import { HLS_STREAMING_PLAYLIST_DIRECTORY, STATIC_PATHS, WEBSERVER } from '@server/initializers/constants' 7import { HLS_STREAMING_PLAYLIST_DIRECTORY, STATIC_PATHS, WEBSERVER } from '@server/initializers/constants'