Commit Graph

27 Commits

Author SHA1 Message Date
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
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
steinm
eac4b2cd28 - sync with myisam schema 2012-01-17 16:11:20 +00:00
steinm
303e9ed124 - added new field folderList in tblDocuments and tblFolders
- addes search for folders
2011-11-28 14:03:01 +00:00
steinm
462704e16f - added table tblUserPasswordRequest 2011-10-10 14:15:18 +00:00
steinm
eb95551026 - field name it tblCategory is not unique anymore 2011-10-07 16:13:37 +00:00
steinm
e73580f507 - moved create table scripts into here 2011-07-21 13:20:26 +00:00