Go to file
Jose M. Guisado 7d74d42c79 #1042 Update database schema automatically
This patch adds database schema management capabilities to ogServer:

- ogServer now tracks the version of its database schema, if no version
is detected, creates a 'version' table with a single row starting at 0.
- ogServer can upgrade its database schema to a newer version if
detected. (ogServer ships required SQL commands to do so)

If ogServer is unable to upgrade the schema at startup (if needed be) it
*will not* start.

Defines schema update v1 which upgrades database engine tables of
ogServer database (usually named 'ogAdmBD') from myISAM to innoDB.
2021-04-20 11:27:21 +02:00
cfg #915 refresh SQL schema 2021-02-09 13:16:53 +01:00
src #1042 Update database schema automatically 2021-04-20 11:27:21 +02:00
tests #915 Add large HTTP response test 2021-04-19 19:05:15 +02:00
.gitignore #985 add .gitignore file 2020-06-17 18:20:32 +02:00
COPYING #985 add COPYING file 2020-06-18 16:48:20 +02:00
Makefile.am #1042 Update database schema automatically 2021-04-20 11:27:21 +02:00
configure.ac #986 rename to ogserver 2020-06-19 11:19:55 +02:00