mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 22:47:19 +00:00
add field startdate to talbe tblDocumentRevisers
This commit is contained in:
parent
9c64566386
commit
1ab9fdb229
|
@ -386,6 +386,7 @@ CREATE TABLE `tblDocumentRevisers` (
|
|||
`version` INTEGER unsigned NOT NULL default '0',
|
||||
`type` INTEGER NOT NULL default '0',
|
||||
`required` INTEGER NOT NULL default '0',
|
||||
`startdate` TEXT default NULL,
|
||||
UNIQUE (`documentID`,`version`,`type`,`required`)
|
||||
) ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user