FIxed drop file. Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/d27424af Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/d27424af Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/d27424af
Branch: refs/heads/MARMOTTA-584 Commit: d27424af7781d640bb067e49f205eeecd776668a Parents: 8759f87 Author: cuent <[email protected]> Authored: Mon Aug 17 10:58:53 2015 -0500 Committer: cuent <[email protected]> Committed: Mon Aug 17 10:58:53 2015 -0500 ---------------------------------------------------------------------- .../apache/marmotta/kiwi/persistence/pgsql/drop_base_tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/d27424af/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 765b5bb..01ba903 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,4 +34,4 @@ DROP TABLE IF EXISTS registry; DROP TYPE IF EXISTS nodetype; -DROP EXTENSION postgis; \ No newline at end of file +DROP EXTENSION IF EXISTS postgis; \ No newline at end of file
