reworked folder hierarchy fetch + adde folder creation

This commit is contained in:
helori_ollivier
2026-04-26 14:42:43 +02:00
parent 132b8cacd5
commit a0e23b672a
3 changed files with 74 additions and 16 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ const {Sequelize, DataTypes} = require('sequelize');
const db = require('../config/db')
const folder = db.define('Folders', {
folderid: {
folderId: {
type: DataTypes.INTEGER,
primaryKey: true,
autoIncrement: true,