first commit
This commit is contained in:
4
plugins/rse_workflow/dbstruct/data_workflow_actions.txt
Normal file
4
plugins/rse_workflow/dbstruct/data_workflow_actions.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
1,Publish,Make this resource active,Publish,"-2,-1",0
|
||||
2,Return to review,Return to review,Return to review,0,-1
|
||||
3,Return to user review,Return to user review,Return to user review,"0,-1",-2
|
||||
4,Archive,Archive,Archive,"-2,-1,0,1",2
|
1
plugins/rse_workflow/dbstruct/index_workflow_actions.txt
Executable file
1
plugins/rse_workflow/dbstruct/index_workflow_actions.txt
Executable file
@@ -0,0 +1 @@
|
||||
ref,0,PRIMARY,1,ref,A,4,,,,BTREE,
|
10
plugins/rse_workflow/dbstruct/table_archive_states.txt
Executable file
10
plugins/rse_workflow/dbstruct/table_archive_states.txt
Executable file
@@ -0,0 +1,10 @@
|
||||
ref,int(11),YES,PRI,,auto_increment
|
||||
code,int(11),,,,
|
||||
name,varchar(200),,,,
|
||||
notify_group,int(11),,,,
|
||||
more_notes_flag,tinyint(4),,,,
|
||||
notify_user_flag,tinyint(4),,,,
|
||||
email_from,varchar(100),,,,
|
||||
bcc_admin,tinyint(4),,,,
|
||||
simple_search_flag,tinyint(1),YES,,0,
|
||||
icon,tinytext,YES,,,
|
6
plugins/rse_workflow/dbstruct/table_workflow_actions.txt
Executable file
6
plugins/rse_workflow/dbstruct/table_workflow_actions.txt
Executable file
@@ -0,0 +1,6 @@
|
||||
ref,int(11),YES,PRI,,auto_increment
|
||||
name,varchar(200),,,,
|
||||
text,varchar(500),,,,
|
||||
buttontext,varchar(255),,,,
|
||||
statusfrom,varchar(50),MUL,,,
|
||||
statusto,int(11),MUL,,,
|
Reference in New Issue
Block a user