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 <nazeer.sh...@confluxtechnologies.com>
Authored: Mon Dec 11 15:56:37 2017 +0530
Committer: Nazeer Hussain Shaik <nazeer.sh...@confluxtechnologies.com>
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

Reply via email to