Skip to content

Commit 36cfc11

Browse files
fix
1 parent 16d7b3d commit 36cfc11

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

schema/testschema.sql

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
CREATE SCHEMA IF NOT EXISTS "testschema";
2-
3-
COMMENT ON SCHEMA "testschema" IS 'test schema for testing purposes';
4-
5-
CREATE TABLE "testschema"."testtable" (
1+
CREATE TABLE "public"."testtable" (
62
"id" serial,
73
"name" text NOT NULL,
84
"created_at" timestamptz DEFAULT now(),

0 commit comments

Comments
 (0)