JAVA-11420: Dissolve spring-boot-1 and spring-boot-2 inside (#12122)
spring-boot-modules
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE contact_info_expression(
|
||||
expression_type varchar(50) not null,
|
||||
pattern varchar(500) not null,
|
||||
PRIMARY KEY ( expression_type )
|
||||
);
|
||||
Reference in New Issue
Block a user