summaryrefslogtreecommitdiff
path: root/classes/handler/public.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-04 19:15:14 +0400
committerAndrew Dolgov <[email protected]>2013-04-04 19:15:14 +0400
commitb4c47f7e7b4c8220e07115f27c373df20503d576 (patch)
tree799276d1feea30f9e08c3a27fdd402c0eabfa1d9 /classes/handler/public.php
parent29c8fa080e28f6c1c43343d68c36de96f7f9f086 (diff)
add command-line db schema updater
Diffstat (limited to 'classes/handler/public.php')
-rw-r--r--classes/handler/public.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index b8a32cd27..3d3d6727d 100644
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -837,5 +837,14 @@ class Handler_Public extends Handler {
}
+ function dbupdate() {
+
+
+
+
+
+
+ }
+
}
?>