Skip to content

Commit

Permalink
Bump h2 from 1.4.199 to 2.0.206
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-kumar committed Jan 7, 2022
1 parent ceb2b39 commit fe31279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ create table if not exists raw_stats(
doc_type varchar(255) not null,
profile varchar(255) ,
channel varchar(255),
CONSTRAINT unique_direction_stats check(direction in ('IN','OUT')),
CONSTRAINT unique_direction_stats check(direction in ('IN','OUT'))

);

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.199</version>
<version>2.0.206</version>
</dependency>

<!-- HSQL -->
Expand Down

0 comments on commit fe31279

Please sign in to comment.