1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 07:05:56 +00:00

add command-line db schema updater

This commit is contained in:
Andrew Dolgov
2013-04-04 19:15:14 +04:00
parent 29c8fa080e
commit b4c47f7e7b
3 changed files with 106 additions and 1 deletions

View File

@@ -835,6 +835,15 @@ class Handler_Public extends Handler {
print "</body>";
print "</html>";
}
function dbupdate() {
}
}