Remove unused directories
[lgpl/argeo-commons.git] / server / modules / org.argeo.ext.jackrabbit.sybase / org / apache / jackrabbit / core / journal / sybase.ddl
diff --git a/server/modules/org.argeo.ext.jackrabbit.sybase/org/apache/jackrabbit/core/journal/sybase.ddl b/server/modules/org.argeo.ext.jackrabbit.sybase/org/apache/jackrabbit/core/journal/sybase.ddl
deleted file mode 100644 (file)
index d0f6242..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#  Licensed to the Apache Software Foundation (ASF) under one or more\r
-#  contributor license agreements.  See the NOTICE file distributed with\r
-#  this work for additional information regarding copyright ownership.\r
-#  The ASF licenses this file to You under the Apache License, Version 2.0\r
-#  (the "License"); you may not use this file except in compliance with\r
-#  the License.  You may obtain a copy of the License at\r
-#\r
-#      http://www.apache.org/licenses/LICENSE-2.0\r
-#\r
-#  Unless required by applicable law or agreed to in writing, software\r
-#  distributed under the License is distributed on an "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-#  See the License for the specific language governing permissions and\r
-#  limitations under the License.\r
-\r
-create table ${schemaObjectPrefix}JOURNAL (REVISION_ID decimal(19,0) NOT NULL, JOURNAL_ID varchar(255), PRODUCER_ID varchar(255), REVISION_DATA IMAGE)\r
-create unique index ${schemaObjectPrefix}JOURNAL_IDX on ${schemaObjectPrefix}JOURNAL (REVISION_ID)\r
-create table ${schemaObjectPrefix}GLOBAL_REVISION (REVISION_ID decimal(19,0) NOT NULL)\r
-create unique index ${schemaObjectPrefix}GLOBAL_REVISION_IDX on ${schemaObjectPrefix}GLOBAL_REVISION (REVISION_ID)\r
-\r
-# Inserting the one and only revision counter record now helps avoiding race conditions\r
-insert into ${schemaObjectPrefix}GLOBAL_REVISION VALUES(0)\r