doc/kolab_wap.oracle.sql

Aleksander Machniak machniak at kolabsys.com
Mon Oct 27 12:20:45 CET 2014


 doc/kolab_wap.oracle.sql |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 49a78e8675819c1194b9579f93bb0d5e1c13c99f
Author: Aleksander Machniak <alec at alec.pl>
Date:   Mon Oct 27 12:19:53 2014 +0100

    Fix so sql script for Oracle can be executed in SQLPlus (#3788)

diff --git a/doc/kolab_wap.oracle.sql b/doc/kolab_wap.oracle.sql
index f08d89c..9caca2f 100644
--- a/doc/kolab_wap.oracle.sql
+++ b/doc/kolab_wap.oracle.sql
@@ -20,6 +20,7 @@ BEGIN
         :NEW."id" := "group_types_seq".nextval;
     END IF;
 END;
+/
 
 INSERT ALL
     INTO "group_types" ("id", "key", "name", "description", "attributes", "is_default")
@@ -69,6 +70,7 @@ BEGIN
         :NEW."id" := "ou_types_seq".nextval;
     END IF;
 END;
+/
 
 INSERT ALL
     INTO "ou_types" ("id", "key", "name", "description", "attributes", "is_default")
@@ -97,6 +99,7 @@ BEGIN
         :NEW."id" := "resource_types_seq".nextval;
     END IF;
 END;
+/
 
 INSERT ALL
     INTO "resource_types" ("id", "key", "name", "description", "attributes", "is_default")
@@ -133,6 +136,7 @@ BEGIN
         :NEW."id" := "role_types_seq".nextval;
     END IF;
 END;
+/
 
 INSERT ALL
     INTO "role_types" ("id", "key", "name", "description", "attributes", "is_default")
@@ -160,6 +164,7 @@ BEGIN
         :NEW."id" := "sharedfolder_types_seq".nextval;
     END IF;
 END;
+/
 
 INSERT ALL
     INTO "sharedfolder_types" ("id", "key", "name", "description", "attributes", "is_default")
@@ -200,6 +205,7 @@ BEGIN
         :NEW."id" := "user_types_seq".nextval;
     END IF;
 END;
+/
 
 INSERT ALL
     INTO "user_types" ("id", "key", "name", "description", "attributes", "used_for", "is_default")




More information about the commits mailing list