Füge neue Modelle für Produktion, Inventar und kaufbare Bestände hinzu; aktualisiere bestehende Modelle und Routen

This commit is contained in:
Torsten Schulz
2024-12-23 10:37:43 +01:00
parent 1bb2bd49d5
commit 6f7d97672e
15 changed files with 1143 additions and 44 deletions

View File

@@ -37,6 +37,11 @@ FalukantUser.init({
allowNull: false,
defaultValue: 0.00,
},
certificate: {
type: DataTypes.INTEGER,
allowNull: false,
defaultValue: 1,
},
mainBranchRegionId: {
type: DataTypes.INTEGER,
allowNull: true,