Return-Path: X-Original-To: apmail-airavata-commits-archive@www.apache.org Delivered-To: apmail-airavata-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BED3B18737 for ; Tue, 8 Dec 2015 17:25:17 +0000 (UTC) Received: (qmail 22961 invoked by uid 500); 8 Dec 2015 17:25:17 -0000 Delivered-To: apmail-airavata-commits-archive@airavata.apache.org Received: (qmail 22917 invoked by uid 500); 8 Dec 2015 17:25:17 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 22908 invoked by uid 99); 8 Dec 2015 17:25:17 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Dec 2015 17:25:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8902EE0593; Tue, 8 Dec 2015 17:25:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chathuri@apache.org To: commits@airavata.apache.org Message-Id: <58429b0d7f2b436ea32c795da1148f10@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: airavata git commit: fixing syntax error Date: Tue, 8 Dec 2015 17:25:17 +0000 (UTC) Repository: airavata Updated Branches: refs/heads/master cea3e002a -> 451a7dbde fixing syntax error Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/451a7dbd Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/451a7dbd Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/451a7dbd Branch: refs/heads/master Commit: 451a7dbde7d86049f6698531c36ce8af371630fa Parents: cea3e00 Author: Chathuri Wimalasena Authored: Tue Dec 8 12:25:12 2015 -0500 Committer: Chathuri Wimalasena Committed: Tue Dec 8 12:25:12 2015 -0500 ---------------------------------------------------------------------- .../registry/registry-core/src/main/resources/appcatalog-derby.sql | 2 +- .../registry/registry-core/src/test/resources/appcatalog-derby.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/451a7dbd/modules/registry/registry-core/src/main/resources/appcatalog-derby.sql ---------------------------------------------------------------------- diff --git a/modules/registry/registry-core/src/main/resources/appcatalog-derby.sql b/modules/registry/registry-core/src/main/resources/appcatalog-derby.sql index 88845ec..44c5bb4 100644 --- a/modules/registry/registry-core/src/main/resources/appcatalog-derby.sql +++ b/modules/registry/registry-core/src/main/resources/appcatalog-derby.sql @@ -394,7 +394,7 @@ CREATE TABLE STORAGE_RESOURCE DESCRIPTION VARCHAR (255), ENABLED SMALLINT , CREATION_TIME TIMESTAMP DEFAULT CURRENT_TIMESTAMP, - UPDATE_TIME TIMESTAMP DEFAULT DEFAULT '0000-00-00 00:00:00',, + UPDATE_TIME TIMESTAMP DEFAULT '0000-00-00 00:00:00',, PRIMARY KEY (STORAGE_RESOURCE_ID) ); http://git-wip-us.apache.org/repos/asf/airavata/blob/451a7dbd/modules/registry/registry-core/src/test/resources/appcatalog-derby.sql ---------------------------------------------------------------------- diff --git a/modules/registry/registry-core/src/test/resources/appcatalog-derby.sql b/modules/registry/registry-core/src/test/resources/appcatalog-derby.sql index 88845ec..44c5bb4 100644 --- a/modules/registry/registry-core/src/test/resources/appcatalog-derby.sql +++ b/modules/registry/registry-core/src/test/resources/appcatalog-derby.sql @@ -394,7 +394,7 @@ CREATE TABLE STORAGE_RESOURCE DESCRIPTION VARCHAR (255), ENABLED SMALLINT , CREATION_TIME TIMESTAMP DEFAULT CURRENT_TIMESTAMP, - UPDATE_TIME TIMESTAMP DEFAULT DEFAULT '0000-00-00 00:00:00',, + UPDATE_TIME TIMESTAMP DEFAULT '0000-00-00 00:00:00',, PRIMARY KEY (STORAGE_RESOURCE_ID) );