FCLT#64017 syntax

svn path=/Database/trunk/; revision=52837
This commit is contained in:
Peter Feij
2021-08-31 06:59:30 +00:00
parent 505fc3e8b5
commit 4828b3ec25
2 changed files with 2 additions and 2 deletions

View File

@@ -1792,7 +1792,7 @@ CREATE_TABLE(fac_widget, 0)
, CONSTRAINT fac_c_widgettype1 CHECK
( (fac_widget_type IN ('U', 'X') AND fac_widget_url IS NOT NULL)
OR (fac_widget_type IN ('M', 'R') AND fac_widget_typerefkey IS NOT NULL)
OR (fac_widget_type = 'H' AND fac_widget_content IS NOT NULL));
OR (fac_widget_type = 'H' AND fac_widget_content IS NOT NULL)));
// A widgetpage is an ordered group of widgets made accesible to the users
CREATE_TABLE(fac_widget_page, 0)

View File

@@ -29,7 +29,7 @@ UPDATE mld_melding_note
SET mld_melding_note_flag = mld_melding_note_flag + 2
WHERE mld_melding_note_flag IS NOT NULL AND BITAND (mld_melding_note_flag, 2) = 0;
ALTER mld_opdr ADD
ALTER TABLE mld_opdr ADD
mld_opdr_actiecode
NUMBER(3)
DEFAULT 1