changing name of sql script

Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-fineract/commit/e083d790
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract/tree/e083d790
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract/diff/e083d790

Branch: refs/heads/develop
Commit: e083d7904794585c0e555510c0bd1be2d352a480
Parents: fdf008d
Author: Nazeer Hussain Shaik <nazeer.sh...@confluxtechnologies.com>
Authored: Tue Apr 26 11:12:26 2016 +0530
Committer: Nazeer Hussain Shaik <nazeer.sh...@confluxtechnologies.com>
Committed: Tue Apr 26 11:12:26 2016 +0530

----------------------------------------------------------------------
 .../core_db/V298__recurring_moratorium_principal_periods.sql    | 5 -----
 .../core_db/V301__recurring_moratorium_principal_periods.sql    | 5 +++++
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/e083d790/fineract-provider/src/main/resources/sql/migrations/core_db/V298__recurring_moratorium_principal_periods.sql
----------------------------------------------------------------------
diff --git 
a/fineract-provider/src/main/resources/sql/migrations/core_db/V298__recurring_moratorium_principal_periods.sql
 
b/fineract-provider/src/main/resources/sql/migrations/core_db/V298__recurring_moratorium_principal_periods.sql
deleted file mode 100644
index ad4ddf3..0000000
--- 
a/fineract-provider/src/main/resources/sql/migrations/core_db/V298__recurring_moratorium_principal_periods.sql
+++ /dev/null
@@ -1,5 +0,0 @@
-ALTER TABLE m_product_loan
-       ADD COLUMN `recurring_moratorium_principal_periods` SMALLINT(5) NULL 
DEFAULT NULL AFTER `grace_on_principal_periods`;
-       
-ALTER TABLE m_loan
-       ADD COLUMN `recurring_moratorium_principal_periods` SMALLINT(5) NULL 
DEFAULT NULL AFTER `grace_on_principal_periods`;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/e083d790/fineract-provider/src/main/resources/sql/migrations/core_db/V301__recurring_moratorium_principal_periods.sql
----------------------------------------------------------------------
diff --git 
a/fineract-provider/src/main/resources/sql/migrations/core_db/V301__recurring_moratorium_principal_periods.sql
 
b/fineract-provider/src/main/resources/sql/migrations/core_db/V301__recurring_moratorium_principal_periods.sql
new file mode 100644
index 0000000..ad4ddf3
--- /dev/null
+++ 
b/fineract-provider/src/main/resources/sql/migrations/core_db/V301__recurring_moratorium_principal_periods.sql
@@ -0,0 +1,5 @@
+ALTER TABLE m_product_loan
+       ADD COLUMN `recurring_moratorium_principal_periods` SMALLINT(5) NULL 
DEFAULT NULL AFTER `grace_on_principal_periods`;
+       
+ALTER TABLE m_loan
+       ADD COLUMN `recurring_moratorium_principal_periods` SMALLINT(5) NULL 
DEFAULT NULL AFTER `grace_on_principal_periods`;
\ No newline at end of file

Reply via email to