-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* RAIN-2765 Added applicant category column * RAIN-2765 corrected mapping for owner category * RAIN-2765 debugging user reponnse * RAIN-2765 updated search query * RAIN-2765 debugging user reponnse * RAIN-2765 Updated row mapper * RAIN-2765 Removed unnecessary console logs
- Loading branch information
1 parent
33e8ff1
commit 8e742e1
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
municipal-services/firenoc-services/migration/ddl/V20210206112800__owner_category_alter.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ALTER TABLE eg_fn_owner ADD applicantcategory character varying(64); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters