summaryrefslogtreecommitdiffstats
path: root/src/share/database/scripts/pgsql/.gitignore
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-03-13 15:36:49 +0100
committerThomas Markwalder <tmark@isc.org>2019-03-13 15:44:17 +0100
commitd88c013de4fc13404965d79e216ff3fadb325d98 (patch)
tree4061422d3b5b0616b3d34a3cf464616771c2a4d8 /src/share/database/scripts/pgsql/.gitignore
parent[master] Added ChangeLog entry for --enable-generate-messages (diff)
downloadkea-d88c013de4fc13404965d79e216ff3fadb325d98.tar.xz
kea-d88c013de4fc13404965d79e216ff3fadb325d98.zip
[#531,!279] PgSQL unit testing now supports data wipe
src/share/database/scripts/pgsql wipe_data.sh.in - new file doc/devel/unit-tests.dox Removed MySQL/CQL only comment several files: Added commentary and removed superflous calls to destroyPgSQLSchema src/lib/pgsql/testutils/pgsql_schema.* destroyPgSQLSchema() createPgSQLSchema() - modified to support data wiping wipePgSQLData() - new function src/lib/pgsql/tests pgsql_schema.cc pgsql_schema.h - deleted these. They appear to have been added by mistake.
Diffstat (limited to 'src/share/database/scripts/pgsql/.gitignore')
-rw-r--r--src/share/database/scripts/pgsql/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/share/database/scripts/pgsql/.gitignore b/src/share/database/scripts/pgsql/.gitignore
index 60c0c334a2..16c6a378b9 100644
--- a/src/share/database/scripts/pgsql/.gitignore
+++ b/src/share/database/scripts/pgsql/.gitignore
@@ -5,3 +5,4 @@
/upgrade_3.2_to_3.3.sh
/upgrade_3.3_to_4.0.sh
/upgrade_4.0_to_5.0.sh
+/wipe_data.sh