# HG changeset patch # User Dustin Demuth # Date 1450165810 -3600 # Node ID 0ca27b76158467ff9a43ffaa3897d51c0a2d3d17 # Parent abc2e9fe50693a47b736fc755518b6fbb195d9e4 Do not set a default value for statusstufe diff -r abc2e9fe5069 -r 0ca27b761584 app/model/Status.js --- a/app/model/Status.js Thu Dec 10 09:28:26 2015 +0100 +++ b/app/model/Status.js Tue Dec 15 08:50:10 2015 +0100 @@ -27,8 +27,7 @@ name: 'erzeuger' }, { name: 'statusStufe', - type: 'int', - defaultValue: 1 + type: 'int' }, { name: 'statusWert', type: 'int',