Added drop extension postgis to drop_base_tables file. Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/51fefe3a Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/51fefe3a Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/51fefe3a
Branch: refs/heads/MARMOTTA-584 Commit: 51fefe3a59e6dc4bd7cb395cb78ef8b70d501aff Parents: eef29ef Author: cuent <[email protected]> Authored: Sat Aug 15 20:04:46 2015 -0500 Committer: cuent <[email protected]> Committed: Sat Aug 15 20:04:46 2015 -0500 ---------------------------------------------------------------------- .../org/apache/marmotta/kiwi/persistence/pgsql/drop_base_tables.sql | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/51fefe3a/libraries/kiwi/kiwi-triplestore/src/main/resources/org/apache/marmotta/kiwi/persistence/pgsql/drop_base_tables.sql ---------------------------------------------------------------------- diff --git a/libraries/kiwi/kiwi-triplestore/src/main/resources/org/apache/marmotta/kiwi/persistence/pgsql/drop_base_tables.sql b/libraries/kiwi/kiwi-triplestore/src/main/resources/org/apache/marmotta/kiwi/persistence/pgsql/drop_base_tables.sql index 267cae2..765b5bb 100644 --- a/libraries/kiwi/kiwi-triplestore/src/main/resources/org/apache/marmotta/kiwi/persistence/pgsql/drop_base_tables.sql +++ b/libraries/kiwi/kiwi-triplestore/src/main/resources/org/apache/marmotta/kiwi/persistence/pgsql/drop_base_tables.sql @@ -34,3 +34,4 @@ DROP TABLE IF EXISTS registry; DROP TYPE IF EXISTS nodetype; +DROP EXTENSION postgis; \ No newline at end of file
