Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 27629200D57 for ; Mon, 11 Dec 2017 11:29:27 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 25FFA160C10; Mon, 11 Dec 2017 10:29:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 51525160C24 for ; Mon, 11 Dec 2017 11:29:26 +0100 (CET) Received: (qmail 25129 invoked by uid 500); 11 Dec 2017 10:29:25 -0000 Mailing-List: contact commits-help@fineract.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@fineract.apache.org Delivered-To: mailing list commits@fineract.apache.org Received: (qmail 24955 invoked by uid 99); 11 Dec 2017 10:29:25 -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; Mon, 11 Dec 2017 10:29:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5EDA3E0341; Mon, 11 Dec 2017 10:29:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nazeer1100126@apache.org To: commits@fineract.apache.org Date: Mon, 11 Dec 2017 10:29:29 -0000 Message-Id: In-Reply-To: <2565104222d241a7a11ee157c0f139e2@git.apache.org> References: <2565104222d241a7a11ee157c0f139e2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [6/6] fineract git commit: Renaming sql migration scripts archived-at: Mon, 11 Dec 2017 10:29:27 -0000 Renaming sql migration scripts Project: http://git-wip-us.apache.org/repos/asf/fineract/repo Commit: http://git-wip-us.apache.org/repos/asf/fineract/commit/bf894732 Tree: http://git-wip-us.apache.org/repos/asf/fineract/tree/bf894732 Diff: http://git-wip-us.apache.org/repos/asf/fineract/diff/bf894732 Branch: refs/heads/develop Commit: bf894732da1646456e82ce274d937471deb8a790 Parents: 4e97776 Author: Nazeer Hussain Shaik Authored: Mon Dec 11 15:56:37 2017 +0530 Committer: Nazeer Hussain Shaik Committed: Mon Dec 11 15:56:37 2017 +0530 ---------------------------------------------------------------------- .../core_db/V336__report-run-frequency.sql | 22 -------------------- .../core_db/V337__nullable-adhoc-email.sql | 20 ------------------ .../core_db/V339__report-run-frequency.sql | 22 ++++++++++++++++++++ .../core_db/V340__nullable-adhoc-email.sql | 20 ++++++++++++++++++ 4 files changed, 42 insertions(+), 42 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/fineract/blob/bf894732/fineract-provider/src/main/resources/sql/migrations/core_db/V336__report-run-frequency.sql ---------------------------------------------------------------------- diff --git a/fineract-provider/src/main/resources/sql/migrations/core_db/V336__report-run-frequency.sql b/fineract-provider/src/main/resources/sql/migrations/core_db/V336__report-run-frequency.sql deleted file mode 100644 index 3f593c4..0000000 --- a/fineract-provider/src/main/resources/sql/migrations/core_db/V336__report-run-frequency.sql +++ /dev/null @@ -1,22 +0,0 @@ --- --- Licensed to the Apache Software Foundation (ASF) under one --- or more contributor license agreements. See the NOTICE file --- distributed with this work for additional information --- regarding copyright ownership. The ASF licenses this file --- to you under the Apache License, Version 2.0 (the --- "License"); you may not use this file except in compliance --- with the License. You may obtain a copy of the License at --- --- http://www.apache.org/licenses/LICENSE-2.0 --- --- Unless required by applicable law or agreed to in writing, --- software distributed under the License is distributed on an --- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --- KIND, either express or implied. See the License for the --- specific language governing permissions and limitations --- under the License. --- - -ALTER TABLE m_adhoc ADD COLUMN report_run_frequency_code INT NULL DEFAULT NULL; -ALTER TABLE m_adhoc ADD COLUMN report_run_every INT NULL DEFAULT NULL; -ALTER TABLE m_adhoc ADD COLUMN last_run TIMESTAMP NULL DEFAULT NULL; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/fineract/blob/bf894732/fineract-provider/src/main/resources/sql/migrations/core_db/V337__nullable-adhoc-email.sql ---------------------------------------------------------------------- diff --git a/fineract-provider/src/main/resources/sql/migrations/core_db/V337__nullable-adhoc-email.sql b/fineract-provider/src/main/resources/sql/migrations/core_db/V337__nullable-adhoc-email.sql deleted file mode 100644 index 0f7296f..0000000 --- a/fineract-provider/src/main/resources/sql/migrations/core_db/V337__nullable-adhoc-email.sql +++ /dev/null @@ -1,20 +0,0 @@ --- --- Licensed to the Apache Software Foundation (ASF) under one --- or more contributor license agreements. See the NOTICE file --- distributed with this work for additional information --- regarding copyright ownership. The ASF licenses this file --- to you under the Apache License, Version 2.0 (the --- "License"); you may not use this file except in compliance --- with the License. You may obtain a copy of the License at --- --- http://www.apache.org/licenses/LICENSE-2.0 --- --- Unless required by applicable law or agreed to in writing, --- software distributed under the License is distributed on an --- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --- KIND, either express or implied. See the License for the --- specific language governing permissions and limitations --- under the License. --- - -ALTER TABLE m_adhoc MODIFY `email` VARCHAR(500) NULL DEFAULT NULL; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/fineract/blob/bf894732/fineract-provider/src/main/resources/sql/migrations/core_db/V339__report-run-frequency.sql ---------------------------------------------------------------------- diff --git a/fineract-provider/src/main/resources/sql/migrations/core_db/V339__report-run-frequency.sql b/fineract-provider/src/main/resources/sql/migrations/core_db/V339__report-run-frequency.sql new file mode 100644 index 0000000..3f593c4 --- /dev/null +++ b/fineract-provider/src/main/resources/sql/migrations/core_db/V339__report-run-frequency.sql @@ -0,0 +1,22 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one +-- or more contributor license agreements. See the NOTICE file +-- distributed with this work for additional information +-- regarding copyright ownership. The ASF licenses this file +-- to you under the Apache License, Version 2.0 (the +-- "License"); you may not use this file except in compliance +-- with the License. You may obtain a copy of the License at +-- +-- http://www.apache.org/licenses/LICENSE-2.0 +-- +-- Unless required by applicable law or agreed to in writing, +-- software distributed under the License is distributed on an +-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +-- KIND, either express or implied. See the License for the +-- specific language governing permissions and limitations +-- under the License. +-- + +ALTER TABLE m_adhoc ADD COLUMN report_run_frequency_code INT NULL DEFAULT NULL; +ALTER TABLE m_adhoc ADD COLUMN report_run_every INT NULL DEFAULT NULL; +ALTER TABLE m_adhoc ADD COLUMN last_run TIMESTAMP NULL DEFAULT NULL; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/fineract/blob/bf894732/fineract-provider/src/main/resources/sql/migrations/core_db/V340__nullable-adhoc-email.sql ---------------------------------------------------------------------- diff --git a/fineract-provider/src/main/resources/sql/migrations/core_db/V340__nullable-adhoc-email.sql b/fineract-provider/src/main/resources/sql/migrations/core_db/V340__nullable-adhoc-email.sql new file mode 100644 index 0000000..0f7296f --- /dev/null +++ b/fineract-provider/src/main/resources/sql/migrations/core_db/V340__nullable-adhoc-email.sql @@ -0,0 +1,20 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one +-- or more contributor license agreements. See the NOTICE file +-- distributed with this work for additional information +-- regarding copyright ownership. The ASF licenses this file +-- to you under the Apache License, Version 2.0 (the +-- "License"); you may not use this file except in compliance +-- with the License. You may obtain a copy of the License at +-- +-- http://www.apache.org/licenses/LICENSE-2.0 +-- +-- Unless required by applicable law or agreed to in writing, +-- software distributed under the License is distributed on an +-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +-- KIND, either express or implied. See the License for the +-- specific language governing permissions and limitations +-- under the License. +-- + +ALTER TABLE m_adhoc MODIFY `email` VARCHAR(500) NULL DEFAULT NULL; \ No newline at end of file