Commit Graph

55 Commits

Author SHA1 Message Date
Uwe Steinmann
86b1a562c1 set text fields to default null 2016-09-15 21:39:38 +02:00
Uwe Steinmann
9604a4548d add field layoutdata to tblWorkflows
will store the layout of a workflow for rendering a graph
2016-08-31 08:54:04 +02:00
Uwe Steinmann
c8121afed1 make transmittal,document,version unique in tblTransmittalItem 2016-08-22 06:30:38 +02:00
Uwe Steinmann
43016dcbc1 Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2016-08-08 20:31:01 +02:00
Uwe Steinmann
7f7bb2926d Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-08-08 20:29:27 +02:00
Uwe Steinmann
b3ec207213 do not set datetime to '0000-00-00 00:00:00' by default
depending in the sql mode in mysql this is is not allowed
2016-08-08 12:43:06 +02:00
Uwe Steinmann
284ee2bba1 set field of type 'text' to NULL instead of ''
mysql doesn't support setting '' in STRICT_TRANS_MODE
2016-08-08 08:03:38 +02:00
Uwe Steinmann
b717e0bafd set version to 5.1.0 2016-07-19 11:08:03 +02:00
Uwe Steinmann
e384966172 fix errors in sql statements 2016-07-19 08:00:54 +02:00
Uwe Steinmann
4d7f228a4c add field secret to tblUsers 2016-07-06 22:25:59 +02:00
Uwe Steinmann
95b332586c add initial roles 2016-05-30 20:24:49 +02:00
Uwe Steinmann
ece56944d8 add new field noAccess in tblRoles 2016-04-12 12:23:57 +02:00
Uwe Steinmann
4c3e45ee02 add tables and updates for roles 2016-02-24 14:34:30 +01:00
Uwe Steinmann
d54172d366 Merge branch 'seeddms-5.0.x' into develop 2015-09-18 08:00:06 +02:00
Uwe Steinmann
524e361439 add constraint tblUsers_homefolder after creating tblFolders
set homefolder to NULL when creating initial users
2015-09-14 18:18:52 +02:00
Uwe Steinmann
0d4a2164f3 Merge branch 'seeddms-5.0.x' into develop 2015-08-05 18:20:43 +02:00
Uwe Steinmann
0342e2a89d add reference from tblUsers:homefolder to tblFolders:id 2015-08-05 18:19:42 +02:00
Uwe Steinmann
3478d4e86c fix field name revisiondate in tblDocumentContent 2015-08-05 17:53:57 +02:00
Uwe Steinmann
4cc1704915 add table tblCachedAccess (not used) 2015-06-09 21:36:06 +02:00
Uwe Steinmann
fedcdb1b99 add table for user substitutes and not yet implemented acls 2015-05-19 08:05:15 +02:00
Uwe Steinmann
54525d60ef make revsiondate default to NULL 2015-05-15 14:22:16 +02:00
Uwe Steinmann
9955a0e07b rename tblDocumentRevisers to tblDocumentRevisors 2015-05-11 09:28:31 +02:00
Uwe Steinmann
d04786884b add tables for tranmittals 2015-04-27 08:16:50 +02:00
Uwe Steinmann
ebdfc45b69 add tables for revision workflow 2015-04-22 10:31:56 +02:00
Uwe Steinmann
274c020148 add table for acknowledge workflow 2015-04-20 13:46:26 +02:00
Uwe Steinmann
2d7e511bb8 add table tblDocumentCheckOuts 2015-04-17 19:50:55 +02:00
Uwe Steinmann
d962696a05 add missing field value for initial users 2014-11-14 10:54:11 +01:00
Uwe Steinmann
a0e8024c95 add databases changes for version 5.0.0 2014-03-26 08:17:23 +01:00
Uwe Steinmann
75881879a5 do not use default for text fields, set proper date for initial users 2014-01-08 06:35:27 +01:00
Uwe Steinmann
a1cea0f593 fix default of TEXT column, propperly set date column
TEXT columns can't have a default value in all versions of mysql. Set
a properly formated date string instead of '0' when inserting the
default users.
2014-01-07 07:54:26 +01:00
Uwe Steinmann
999a061f81 add field 'regex' to tblAttributeDefinitions, set version to 4.3.0 2013-07-08 08:40:53 +02:00
Uwe Steinmann
24f951ed96 rename table field flashmsg to splashmsg 2013-05-21 08:37:09 +02:00
Uwe Steinmann
0f0cad93cd add field 'flashmsg' to tblSession 2013-05-18 22:52:24 +02:00
Uwe Steinmann
35051c89b4 add missing field 'su' to tblSession 2013-05-18 22:34:25 +02:00
steinm
c400c6caa6 - added field checksum to tblDocumentContent 2013-02-08 08:14:43 +00:00
steinm
c67213e26b added missing column in tblWorkflowDocumentContent 2013-02-07 17:00:25 +00:00
steinm
7d6abb988d - added field clipboard to tblSession 2013-01-30 19:59:33 +00:00
steinm
2dc62d7860 removed field nextstate from workflowlog 2013-01-24 13:14:27 +00:00
steinm
3b6c53c02c added tables for new workflow 2013-01-24 08:49:18 +00:00
steinm
e5b4e11b49 added fields tblUsers.quota tblDocumentContent.filesize 2012-12-19 10:23:16 +00:00
steinm
201fe14553 - added some missing constraints 2012-12-14 10:58:10 +00:00
steinm
08dafb4418 - some minor beautyfying 2012-12-14 10:09:41 +00:00
steinm
a4148da63b - removed comma which caused a syntax error 2012-11-26 20:16:32 +00:00
steinm
80857bd673 - lots of contraint changes 2012-10-23 09:19:02 +00:00
steinm
2ae7e9de6a - change order of which tables are created to make constraints work
- added constraints to tblDocumentCategory
2012-10-09 12:30:54 +00:00
steinm
8295568e8b - added new tables for attribute storage 2012-10-09 09:48:27 +00:00
steinm
e15f5d14e4 - fixed syntax error
- corrected sql statement for inserting initial users
2012-09-11 13:01:58 +00:00
steinm
7878b8ec59 - changed order of table definitions 2012-08-28 09:40:14 +00:00
steinm
ada9d9980e - added ENGINE to table definition 2012-08-28 07:43:36 +00:00
steinm
106a0bfce8 - added new tables tblUserPasswordHistory 2012-08-28 07:40:31 +00:00