Commit Graph

71 Commits

Author SHA1 Message Date
Uwe Steinmann
3a593e3c44 make tblVersion.module of type TEXT 2021-05-12 08:19:15 +02:00
Uwe Steinmann
2775bf3e6d add fields tblNotify.inherit and tblCategory.color 2021-05-12 08:02:19 +02:00
Uwe Steinmann
5e5244164d add fields startdate and enddate to tblDocuments 2021-04-30 06:37:09 +02:00
Uwe Steinmann
fd2f6f169d add lastrevisiondate to tblDocumentContent 2020-12-14 12:11:12 +01:00
Uwe Steinmann
af66ea9968 set version in tblVersion 2020-06-16 15:23:39 +02:00
Uwe Steinmann
cf66fa9bb9 fix initial data of database 2020-06-16 13:02:44 +02:00
Uwe Steinmann
c2a10fa0a9 add unique constraints for tblApiKeys 2020-06-16 12:06:41 +02:00
Uwe Steinmann
0bdf51be40 add table tblApiKeys 2020-06-16 08:27:54 +02:00
Uwe Steinmann
64aab1aa1d Merge branch 'seeddms-6.0.x' into seeddms-6.1.x 2020-06-16 07:21:16 +02:00
Uwe Steinmann
550f0ee1f1 fix typo in comments 2020-06-16 07:20:57 +02:00
Uwe Steinmann
fad43ba874 add field 'core' to table tblVersion 2020-06-10 10:46:41 +02:00
Uwe Steinmann
4e20bc29ad add new field disabledUntil in tblUsers 2020-05-19 16:54:35 +02:00
Uwe Steinmann
71f8c352d5 fix password and webautn fields 2020-04-24 08:36:12 +02:00
Uwe Steinmann
ca80d2be09 add field webauthn to tblUsers 2020-04-23 21:06:00 +02:00
Uwe Steinmann
7f5908bcf8 add missing ` around names 2020-02-06 19:01:25 +01:00
Uwe Steinmann
23bec2fe96 field parentworkflow in tblWorkflowDocumentContent is obsolete 2018-11-16 20:18:52 +01:00
Uwe Steinmann
39a7c26977 place tblWorkflowLog after tblWorkflowDocumentContent 2018-11-16 15:41:26 +01:00
Uwe Steinmann
63a1ae0c13 add sql statements for workflow 2018-04-05 12:04:37 +02:00
Uwe Steinmann
52f58727ca add sql statements for scheduler 2018-04-04 15:29:32 +02:00
Uwe Steinmann
91b163a825 fix typo in index name 2018-02-14 10:45:31 +01:00
Uwe Steinmann
5d51f18c5b Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2018-02-08 14:26:36 +01:00
Uwe Steinmann
fe8e6f5a24 remove various spaces 2018-02-08 14:09:51 +01:00
Uwe Steinmann
18191000ea add indexes on Log tables 2018-01-31 20:04:14 +01:00
Uwe Steinmann
10cb3e1cb3 add various indexes 2017-12-18 08:57:38 +01:00
Uwe Steinmann
6b8b099339 set propper version in tblVersion 2017-02-21 06:34:22 +01:00
Uwe Steinmann
f440f7b0ab set initial version in database to 5.1.0 2017-02-20 20:10:19 +01:00
Uwe Steinmann
4c794381e6 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2017-02-20 17:34:43 +01:00
Uwe Steinmann
52deebbf6e Merge branch 'seeddms-5.0.x-attachment' into seeddms-5.1.x 2017-02-20 15:37:44 +01:00
Uwe Steinmann
675648ef20 add changeѕ to database tables 2017-02-20 15:33:15 +01:00
Uwe Steinmann
f3aea6f842 fix all datetime fields, enlarge mimeType fields 2017-02-20 11:51:59 +01:00
Uwe Steinmann
c1727652a8 make mimeType in tblDocumentContent and tblDocumentFiles varchar(100) 2017-02-14 17:59:20 +01:00
Uwe Steinmann
7d82b73208 Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2017-02-13 12:12:07 +01:00
Uwe Steinmann
d5dc6b125d Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2017-02-08 15:52:00 +01:00
Uwe Steinmann
3a411b8461 add missing '`', do not create empty category 2017-02-08 15:47:07 +01:00
Uwe Steinmann
5c558601c7 set same date fields to default null 2016-09-16 12:48:20 +02:00
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
5f1d38bba3 do not set TEXT field to default ''. Use NULL instead
mysql STRICT_TRANS_MODE does not allow it
2016-08-08 08:09:01 +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
5f76b170b5 add '' as secret to insert into tblUsers statement 2016-07-19 08:01:14 +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
8f7a84e495 complete acos and aros 2016-02-29 16:24:55 +01:00
Uwe Steinmann
4c3e45ee02 add tables and updates for roles 2016-02-24 14:34:30 +01:00