Skip to content

Commit 9649b08

Browse files
authored
Merge pull request #616 from larsenle/main
DSS-771 DB: Updates for BL linking/unlinking
2 parents c43aed8 + ab05575 commit 9649b08

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/* Sprint 13 Incremental DB Changes to STR DSS */
2+
3+
CREATE INDEX IF NOT EXISTS dss_business_licence_i4 ON dss_business_licence ( regexp_replace(UPPER(business_licence_no), '[^A-Z0-9]+', '', 'g') ) ;
4+
5+
CREATE INDEX IF NOT EXISTS dss_rental_listing_i10 ON dss_rental_listing ( regexp_replace(UPPER(business_licence_no), '[^A-Z0-9]+', '', 'g') ) ;

0 commit comments

Comments
 (0)