Add column for approval workflow.
This commit is contained in:
parent
2ce2155321
commit
b1add0ebdf
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ CREATE TABLE StoryArchive (
|
|||
editStoryTemplateId CHAR(22) BINARY,
|
||||
archiveAfter INT(11),
|
||||
richEditorId CHAR(22) BINARY,
|
||||
approvalWorkflowId CHAR(22) BINARY DEFAULT 'pbworkflow000000000003',
|
||||
PRIMARY KEY ( assetId, revisionDate )
|
||||
)
|
||||
EOARCHIVE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue