mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
field parentworkflow in tblWorkflowDocumentContent is obsolete
This commit is contained in:
parent
0f39ccc7c3
commit
23bec2fe96
|
@ -678,7 +678,6 @@ CREATE TABLE `tblWorkflowTransitionGroups` (
|
|||
|
||||
CREATE TABLE `tblWorkflowDocumentContent` (
|
||||
`id` INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
`parentworkflow` INTEGER DEFAULT 0,
|
||||
`parent` INTEGER DEFAULT NULL REFERENCES `tblWorkflowDocumentContent` (`id`) ON DELETE CASCADE,
|
||||
`workflow` INTEGER DEFAULT NULL REFERENCES `tblWorkflows` (`id`) ON DELETE CASCADE,
|
||||
`document` INTEGER DEFAULT NULL REFERENCES `tblDocuments` (`id`) ON DELETE CASCADE,
|
||||
|
|
Loading…
Reference in New Issue
Block a user