summaryrefslogtreecommitdiffstats
path: root/apis/update.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'apis/update.inc.php')
-rw-r--r--apis/update.inc.php7
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