mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 12:14:33 +01:00
Remove progress
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user