You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2015/09/11 14:05:07 UTC

[21/22] marmotta git commit: MARMOTTA-584: removed for the moment the 'DROP EXTENSION' statement until we clarify the roles issue

MARMOTTA-584: removed for the moment the 'DROP EXTENSION' statement until we clarify the roles issue


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/0864b255
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/0864b255
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/0864b255

Branch: refs/heads/MARMOTTA-584
Commit: 0864b255c5ac56822171f462187107be99f2f38e
Parents: 508b7ef
Author: Sergio Fernández <wi...@apache.org>
Authored: Fri Sep 11 13:35:29 2015 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Fri Sep 11 13:35:29 2015 +0200

----------------------------------------------------------------------
 .../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/0864b255/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 01ba903..4adfc60 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 IF EXISTS postgis;
\ No newline at end of file
+-- DROP EXTENSION IF EXISTS postgis;
\ No newline at end of file