summaryrefslogtreecommitdiff
path: root/util/sql
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-09-17 11:45:42 +0200
committerYorhel <git@yorhel.nl>2019-09-17 11:48:38 +0200
commit158825be34b6987c18fcdf80da4d05aee5900be6 (patch)
treeb30a7ef502280af87b0bb3418a3a433f7ba6c441 /util/sql
parent3999549a305581966a353e07cae5ea7a9c191d80 (diff)
Rename VNDBSchema to VNDB::Schema and let it figure out the root path itself
I always avoided using the VNDB::* schema for non-web related utility modules, but thats pretty silly (especially as I'm slowly trying to move away from the old VNDB::* web code).
Diffstat (limited to 'util/sql')
-rw-r--r--util/sql/schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/sql/schema.sql b/util/sql/schema.sql
index 57f33efc..1450196a 100644
--- a/util/sql/schema.sql
+++ b/util/sql/schema.sql
@@ -40,7 +40,7 @@
-- defined in util/dbdump.pl.
--
-- Note: Every CREATE TABLE clause and each column should be on a separate
--- line. This file is parsed by lib/VNDBSchema.pm and it doesn't implement a
+-- line. This file is parsed by lib/VNDB/Schema.pm and it doesn't implement a
-- full SQL query parser.