PNBR#28834: Bestellen onder het voorraadniveau verhinderen.

svn path=/Database/trunk/; revision=24166
This commit is contained in:
Maykel Geerdink
2015-02-17 13:50:54 +00:00
parent 8b94c1e08e
commit 5a9ed84a4c
2 changed files with 2 additions and 1 deletions

View File

@@ -186,6 +186,7 @@ CREATE_TABLE(bes_srtdeel,0)
bes_srtdeel_maxbestel /* De voorrraad is het maximum aantal dat ik mag bestellen {0=nee (default), 1=ja} */
NUMBER(1)
DEFAULT 0
NOT NULL
);

View File

@@ -47,7 +47,7 @@ ALTER TABLE mld_melding MODIFY mld_melding_t_respijt DEFAULT MLD_T_UITVOERTIJD(N
ALTER TABLE prs_bedrijf MODIFY prs_bedrijf_t_uitvoertijd DEFAULT MLD_T_UITVOERTIJD(NULL, NULL);
/////////////////////////////////////////////////////////////////////////////////////////// PNBR#28834
ALTER TABLE bes_srtdeel ADD bes_srtdeel_maxbestel NUMBER(1) DEFAULT 0;
ALTER TABLE bes_srtdeel ADD bes_srtdeel_maxbestel NUMBER(1) DEFAULT 0 NOT NULL;
/////////////////////////////////////////////////////////////////////////////////////////// FSN#nnnn