diff --git a/src/main/resources/schema.sql b/src/main/resources/schema.sql index 8e94367795c87e48a9f82a9a250738a1ab0a056f..7b65e9cc20664c97bc98f65097c6dc43a0289eeb 100644 --- a/src/main/resources/schema.sql +++ b/src/main/resources/schema.sql @@ -1,6 +1,6 @@ -create schema if not exists polish-community; +create schema if not exists polish_community; -use polish-community; +use polish_community; -- drop tables at the start of a session DROP TABLE IF EXISTS information;