This is an automated email from the ASF dual-hosted git repository.

ptuomola pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 515440e  FINERACT-1432:ClientDocumentsDropDown
515440e is described below

commit 515440e239b4dce692c37cd6abb6a9113831b82d
Author: rrpawar96 <[email protected]>
AuthorDate: Sat Jan 1 03:39:49 2022 +0530

    FINERACT-1432:ClientDocumentsDropDown
---
 .../sql/migrations/core_db/V390__clientdoc-code.sql  | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git 
a/fineract-provider/src/main/resources/sql/migrations/core_db/V390__clientdoc-code.sql
 
b/fineract-provider/src/main/resources/sql/migrations/core_db/V390__clientdoc-code.sql
new file mode 100644
index 0000000..eabb646
--- /dev/null
+++ 
b/fineract-provider/src/main/resources/sql/migrations/core_db/V390__clientdoc-code.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.
+--
+
+INSERT INTO `m_code` (`code_name`, `is_system_defined`) VALUES ('Customer 
Documents', '1');

Reply via email to