Remove progress

This commit is contained in:
2021-08-23 13:23:16 +02:00
parent d08cf1af3d
commit d59a26f514
4 changed files with 0 additions and 6 deletions

View File

@@ -13,7 +13,6 @@ export default class Projects extends BaseSchema {
.references('translations.id')
.onDelete('CASCADE')
table.string('url').notNullable()
table.integer('progress').notNullable()
table
.integer('file_id')
.unsigned()