mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 12:14:33 +01:00
fix
This commit is contained in:
@@ -21,7 +21,7 @@ export default class Posts extends BaseSchema {
|
||||
.references('translations.id')
|
||||
.onDelete('CASCADE')
|
||||
table
|
||||
.integer('title_id')
|
||||
.integer('cover_id')
|
||||
.unsigned()
|
||||
.references('files.id')
|
||||
.onDelete('CASCADE')
|
||||
|
||||
Reference in New Issue
Block a user