fix style

This commit is contained in:
sparkyx 2005-08-09 17:00:19 +00:00
parent 45954602d7
commit 0203be07e8
4 changed files with 12 additions and 2 deletions

View file

@ -0,0 +1,6 @@
--make sure that p_start < p_end
ALTER TABLE parm_periode ADD CHECK (p_end >= p_start);
update version set val=7;