diff options
author | Simon Rettberg | 2016-05-18 18:04:56 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-05-18 18:04:56 +0200 |
commit | 2e18b36a287ad9b25619f9e2a073dcedf6d620ee (patch) | |
tree | 96d802fdc1c21ee9aa9b4d89a6611db7d8502433 /apis | |
parent | Modularized baseconfig fetching (api) (diff) | |
download | slx-admin-2e18b36a287ad9b25619f9e2a073dcedf6d620ee.tar.gz slx-admin-2e18b36a287ad9b25619f9e2a073dcedf6d620ee.tar.xz slx-admin-2e18b36a287ad9b25619f9e2a073dcedf6d620ee.zip |
MORE WMORK
Diffstat (limited to 'apis')
-rw-r--r-- | apis/update.inc.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apis/update.inc.php b/apis/update.inc.php index 3ba7f9a0..fb5af7d6 100644 --- a/apis/update.inc.php +++ b/apis/update.inc.php @@ -1,5 +1,9 @@ <?php +// +// TODO: Modularize +// + $targetVersion = Database::getExpectedSchemaVersion(); function fatal($message) @@ -323,4 +327,5 @@ function update_11() return true; } -// TODO: Remove setting_distro, setting, cat_setting
\ No newline at end of file +// TODO: Remove setting_distro, setting, cat_setting +// TODO: Add toggle column to setting_global
\ No newline at end of file |