Repository: fineract Updated Branches: refs/heads/develop 0594cd516 -> 037440916
Changing 329 migration script file name to follow existing convension Project: http://git-wip-us.apache.org/repos/asf/fineract/repo Commit: http://git-wip-us.apache.org/repos/asf/fineract/commit/03744091 Tree: http://git-wip-us.apache.org/repos/asf/fineract/tree/03744091 Diff: http://git-wip-us.apache.org/repos/asf/fineract/diff/03744091 Branch: refs/heads/develop Commit: 037440916ac8a3cd7246cdd30a94157cbbf26f7d Parents: 0594cd5 Author: Nazeer Hussain Shaik <[email protected]> Authored: Wed Jun 28 15:16:06 2017 +0530 Committer: Nazeer Hussain Shaik <[email protected]> Committed: Wed Jun 28 15:16:06 2017 +0530 ---------------------------------------------------------------------- .../V329__sms-messages-without-campaign.sql | 20 -------------------- .../V329__sms_messages_without_campaign.sql | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/fineract/blob/03744091/fineract-provider/src/main/resources/sql/migrations/core_db/V329__sms-messages-without-campaign.sql ---------------------------------------------------------------------- diff --git a/fineract-provider/src/main/resources/sql/migrations/core_db/V329__sms-messages-without-campaign.sql b/fineract-provider/src/main/resources/sql/migrations/core_db/V329__sms-messages-without-campaign.sql deleted file mode 100644 index cb94fc3..0000000 --- a/fineract-provider/src/main/resources/sql/migrations/core_db/V329__sms-messages-without-campaign.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 `sms_messages_outbound` CHANGE `campaign_id` `campaign_id` BIGINT(20) NULL DEFAULT NULL; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/fineract/blob/03744091/fineract-provider/src/main/resources/sql/migrations/core_db/V329__sms_messages_without_campaign.sql ---------------------------------------------------------------------- diff --git a/fineract-provider/src/main/resources/sql/migrations/core_db/V329__sms_messages_without_campaign.sql b/fineract-provider/src/main/resources/sql/migrations/core_db/V329__sms_messages_without_campaign.sql new file mode 100644 index 0000000..cb94fc3 --- /dev/null +++ b/fineract-provider/src/main/resources/sql/migrations/core_db/V329__sms_messages_without_campaign.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 `sms_messages_outbound` CHANGE `campaign_id` `campaign_id` BIGINT(20) NULL DEFAULT NULL; \ No newline at end of file
