Added check to parm_periode table: p_end >= p_start
This commit is contained in:
parent
6ffefcd8d6
commit
959663449f
1 changed files with 3 additions and 0 deletions
|
|
@ -94,3 +94,6 @@ insert into parameter (pr_id) values ('MY_NUMBER');
|
|||
|
||||
|
||||
update version set val=6;
|
||||
|
||||
--make sure that p_start < p_end
|
||||
ALTER TABLE parm_periode ADD CHECK (p_end >= p_start);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue