added page model

This commit is contained in:
helori_ollivier
2026-04-26 16:00:56 +02:00
parent 2e5f38096e
commit 680b9d6fb1
2 changed files with 33 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const folder = db.define('Folders', {
type: DataTypes.INTEGER,
allowNull: true,
references: {
model: 'File',
model: 'Folders',
key: 'folderId',
},
},