You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by na...@apache.org on 2016/06/29 11:16:36 UTC

[9/9] incubator-fineract git commit: Removing junk chars

Removing junk chars


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

Branch: refs/heads/develop
Commit: 8ce9edc1a1a133000370e1e38052fe5fee5239aa
Parents: 07c3cd1
Author: Nazeer Hussain Shaik <na...@confluxtechnologies.com>
Authored: Wed Jun 29 16:04:45 2016 +0530
Committer: Nazeer Hussain Shaik <na...@confluxtechnologies.com>
Committed: Wed Jun 29 16:04:45 2016 +0530

----------------------------------------------------------------------
 .../sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql   | 2 +-
 .../sql/migrations/core_db/V2__mifosx-base-reference-data-utf8.sql | 2 +-
 .../core_db/V3__mifosx-permissions-and-authorisation-utf8.sql      | 2 +-
 .../sql/migrations/core_db/V4__mifosx-core-reports-utf8.sql        | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/8ce9edc1/fineract-provider/src/main/resources/sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
----------------------------------------------------------------------
diff --git a/fineract-provider/src/main/resources/sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql b/fineract-provider/src/main/resources/sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
index 42fea60..248d315 100644
--- a/fineract-provider/src/main/resources/sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
+++ b/fineract-provider/src/main/resources/sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
@@ -17,7 +17,7 @@
 -- under the License.
 --
 
-\ufeff-- drop tables in base-schema
+-- drop tables in base-schema
 SET foreign_key_checks = 0;
 
 -- drop accounting subsystem

http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/8ce9edc1/fineract-provider/src/main/resources/sql/migrations/core_db/V2__mifosx-base-reference-data-utf8.sql
----------------------------------------------------------------------
diff --git a/fineract-provider/src/main/resources/sql/migrations/core_db/V2__mifosx-base-reference-data-utf8.sql b/fineract-provider/src/main/resources/sql/migrations/core_db/V2__mifosx-base-reference-data-utf8.sql
index 0aa274c..cb89cc6 100644
--- a/fineract-provider/src/main/resources/sql/migrations/core_db/V2__mifosx-base-reference-data-utf8.sql
+++ b/fineract-provider/src/main/resources/sql/migrations/core_db/V2__mifosx-base-reference-data-utf8.sql
@@ -17,7 +17,7 @@
 -- under the License.
 --
 
-\ufeff-- currency symbols may not apply through command line on windows so use a different client like mysql workbench
+-- currency symbols may not apply through command line on windows so use a different client like mysql workbench
 
 INSERT INTO `ref_loan_transaction_processing_strategy`
 (`id`,`code`,`name`)

http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/8ce9edc1/fineract-provider/src/main/resources/sql/migrations/core_db/V3__mifosx-permissions-and-authorisation-utf8.sql
----------------------------------------------------------------------
diff --git a/fineract-provider/src/main/resources/sql/migrations/core_db/V3__mifosx-permissions-and-authorisation-utf8.sql b/fineract-provider/src/main/resources/sql/migrations/core_db/V3__mifosx-permissions-and-authorisation-utf8.sql
index aca686b..fb2561c 100644
--- a/fineract-provider/src/main/resources/sql/migrations/core_db/V3__mifosx-permissions-and-authorisation-utf8.sql
+++ b/fineract-provider/src/main/resources/sql/migrations/core_db/V3__mifosx-permissions-and-authorisation-utf8.sql
@@ -17,7 +17,7 @@
 -- under the License.
 --
 
-\ufeff
+
 -- ========= roles and permissions =========
 
 /*

http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/8ce9edc1/fineract-provider/src/main/resources/sql/migrations/core_db/V4__mifosx-core-reports-utf8.sql
----------------------------------------------------------------------
diff --git a/fineract-provider/src/main/resources/sql/migrations/core_db/V4__mifosx-core-reports-utf8.sql b/fineract-provider/src/main/resources/sql/migrations/core_db/V4__mifosx-core-reports-utf8.sql
index 60297fb..3804054 100644
--- a/fineract-provider/src/main/resources/sql/migrations/core_db/V4__mifosx-core-reports-utf8.sql
+++ b/fineract-provider/src/main/resources/sql/migrations/core_db/V4__mifosx-core-reports-utf8.sql
@@ -17,7 +17,7 @@
 -- under the License.
 --
 
-\ufefftruncate table stretchy_report;
+truncate table stretchy_report;
 truncate table stretchy_parameter;
 truncate table stretchy_report_parameter;