summaryrefslogtreecommitdiff
path: root/util/sql/all.sql
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-04-04 12:32:52 +0200
committerYorhel <git@yorhel.nl>2020-04-04 12:36:53 +0200
commita53e57953a9f4a9912c70901b3841fd30a80bd1d (patch)
treeaa548ae4aa862655742f86e5ae5c569be460091a /util/sql/all.sql
parenta1ed3e6a8601a061bfa9228e4856d604e4113464 (diff)
SQL reorg: Move util/sql/ to sql/ as a top-level dir
Been wanting to do this for a while... I've kept util/sql as a symlink for compatibility with the devdump, old update scripts and other code I may have forgotten. I'll remove it later.
Diffstat (limited to 'util/sql/all.sql')
-rw-r--r--util/sql/all.sql11
1 files changed, 0 insertions, 11 deletions
diff --git a/util/sql/all.sql b/util/sql/all.sql
deleted file mode 100644
index 1e01dd3f..00000000
--- a/util/sql/all.sql
+++ /dev/null
@@ -1,11 +0,0 @@
--- NOTE: Make sure you're cd'ed in the vndb root directory before running this script
-
-\set ON_ERROR_STOP 1
-\i util/sql/schema.sql
-\i util/sql/data.sql
-\i util/sql/func.sql
-\i util/sql/editfunc.sql
-\i util/sql/tableattrs.sql
-\i util/sql/triggers.sql
-\set ON_ERROR_STOP 0
-\i util/sql/perms.sql