1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00
Commit graph

6 commits

Author SHA1 Message Date
Harvey Kandola
2336dab69f Make database install/upgrade provider aware
Ground work for installing and upgrading database schema based upon DB provider (MySQL, PostgresSQL, SQL Server, etc.)

Cleaned up legacy cruft, refactored, commented and made simpler for to support additional database providers.
2018-09-14 12:50:30 +01:00
sauls8t
2066f72258 Support MySQL 8.x series
Two issues resolved relating to MySQL 8:

1. DB version checking skips MINOR/PATCH checks if MAJOR release changed.
2. Keyword 'admin' quoted to ensure MySQL compat.

Closes #152
2018-05-10 15:14:50 +01:00
Harvey Kandola
1887eb8100 Removed db snippet 2018-04-11 15:52:24 +01:00
McMatts
19a916a4b4 New user role: view analytics 2018-04-05 19:59:57 +01:00
McMatts
ca91cd8e49 Set explicit MySQL InnoDB engine
Closes #142
2018-03-30 22:12:18 +01:00
McMatts
a6828e6b7f Record document search history 2018-03-30 17:03:18 +01:00