Skip to content

Commit bef42e5

Browse files
committed
test(cucumber_get_post): change schema.sql to use users instead of USERS
1 parent 4329faa commit bef42e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/resources/schema-h2.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
DROP TABLE IF EXISTS users;
1+
DROP TABLE IF EXISTS "users";
22

3-
CREATE TABLE IF NOT EXISTS users
3+
CREATE TABLE IF NOT EXISTS "users"
44
(
55
id BIGINT GENERATED BY DEFAULT AS IDENTITY PRIMARY KEY,
66
gender VARCHAR(20),

0 commit comments

Comments
 (0)