summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--weblog-model.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/weblog-model.lua b/weblog-model.lua
index ca220e6..529ada9 100644
--- a/weblog-model.lua
+++ b/weblog-model.lua
@@ -8,7 +8,7 @@ require("validator")
require("luasql.postgres")
require("date")
-local DatabaseName = "weblog"
+local DatabaseName = "webproxylog"
local DatabaseOwner = "weblogowner"
local DatabaseUser = "webloguser"
@@ -134,7 +134,7 @@ local runSQLscript = function(filename)
end
-- Create the database and tables
--- pg_dump -U postgres -c weblog > makeweblog.postgres
+-- pg_dump -U postgres -c webproxylog > makeweblog.postgres
--runSQLscript("/root/work/weblog/makeweblog.postgres")
local databaseconnect = function(username, password)