aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/migrations/0215-video-support-length.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/initializers/migrations/0215-video-support-length.ts')
-rw-r--r--server/initializers/migrations/0215-video-support-length.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/initializers/migrations/0215-video-support-length.ts b/server/initializers/migrations/0215-video-support-length.ts
index 994eda60d..ba395050f 100644
--- a/server/initializers/migrations/0215-video-support-length.ts
+++ b/server/initializers/migrations/0215-video-support-length.ts
@@ -1,5 +1,4 @@
1import * as Sequelize from 'sequelize' 1import * as Sequelize from 'sequelize'
2import { CONSTRAINTS_FIELDS } from '../index'
3 2
4async function up (utils: { 3async function up (utils: {
5 transaction: Sequelize.Transaction, 4 transaction: Sequelize.Transaction,