fix integration test (#1615)
* upgrade to spring boot 1.5.2 * add full update to REST API * modify ratings controller * upgrade herold * fix integration test * fix integration test * minor fix * fix integration test * fix integration test * minor cleanup
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
drop table if exists USERS;
|
||||
|
||||
create table USERS(
|
||||
ID int not null AUTO_INCREMENT,
|
||||
NAME varchar(100) not null,
|
||||
|
||||
Reference in New Issue
Block a user