Merge branch '1.5.x' into 2.0.x

This commit is contained in:
Phillip Webb
2019-06-04 00:05:57 -07:00
78 changed files with 90 additions and 78 deletions

View File

@@ -6,4 +6,4 @@ CREATE TABLE PERSON (
create sequence person_sequence start with 1 increment by 1;
insert into PERSON (first_name, last_name) values ('Dave', 'Syer');
insert into PERSON (first_name, last_name) values ('Dave', 'Syer');