diff options
author | Simon Rettberg | 2015-09-04 19:03:53 +0200 |
---|---|---|
committer | Simon Rettberg | 2015-09-04 19:03:53 +0200 |
commit | 5435b8d135d2003945e2361d1c82f583570dfdde (patch) | |
tree | ee324f7754e9d9fd1fe4a5b3f3def1e56b8eeb30 /apis | |
parent | Fix db update by adding missing return statement... (diff) | |
download | slx-admin-5435b8d135d2003945e2361d1c82f583570dfdde.tar.gz slx-admin-5435b8d135d2003945e2361d1c82f583570dfdde.tar.xz slx-admin-5435b8d135d2003945e2361d1c82f583570dfdde.zip |
Many changes
Diffstat (limited to 'apis')
-rw-r--r-- | apis/update.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apis/update.inc.php b/apis/update.inc.php index 21950cff..134e7ad8 100644 --- a/apis/update.inc.php +++ b/apis/update.inc.php @@ -224,6 +224,9 @@ function update_8() return true; } +// ####################### +// ##### 2015-05-21 +// Add statistics table, for future logging of eg. function update_9() { Database::exec("CREATE TABLE IF NOT EXISTS `statistic` ( |