Move all samples to the root dir
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
4
spring-postgres/backend/src/main/resources/schema.sql
Normal file
4
spring-postgres/backend/src/main/resources/schema.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE IF NOT EXISTS GREETINGS (
|
||||
id serial PRIMARY KEY,
|
||||
name varchar(50) NOT NULL
|
||||
);
|
Reference in New Issue
Block a user