Uwe Steinmann
|
2acee8d335
|
change sequence of field in tblDocumentFiles
|
2017-02-27 18:12:43 +01:00 |
|
Uwe Steinmann
|
6b16ac5411
|
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
|
2017-02-27 18:08:50 +01:00 |
|
Uwe Steinmann
|
72e45f3320
|
make 'default' to 'DEFAULT'
|
2017-02-27 18:07:30 +01:00 |
|
Uwe Steinmann
|
d36c982634
|
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
|
2017-02-27 17:52:09 +01:00 |
|
Uwe Steinmann
|
1ff7367f8b
|
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
|
2017-02-27 17:46:41 +01:00 |
|
Uwe Steinmann
|
9550a60891
|
lots of minor formating and explicitly setting default values
makes it easier to compare a dump with the desired schema
|
2017-02-27 17:44:36 +01:00 |
|
Uwe Steinmann
|
aaa5b4ace3
|
remove spaces at end of line
|
2017-02-27 17:06:52 +01:00 |
|
Uwe Steinmann
|
f440f7b0ab
|
set initial version in database to 5.1.0
|
2017-02-20 20:10:19 +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
|
3efdea76c0
|
add '`' around table name
|
2017-02-08 16:22:49 +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
|
72e7e2aa20
|
add missing '`', do not create empty category
|
2017-02-08 15:47:44 +01: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
|
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
|
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
|
0342e2a89d
|
add reference from tblUsers:homefolder to tblFolders:id
|
2015-08-05 18:19:42 +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 |
|
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 |
|