Skip to content

Commit 9cf4841

Browse files
Delete unused table 't0' from schema.sql
Removed unused table 't0' from the schema.
1 parent 8d799eb commit 9cf4841

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

schema/schema.sql

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ CREATE TABLE "public"."salary" (
7171

7272
CREATE INDEX "idx_salary_amount" ON ONLY "public"."salary" (amount);
7373

74-
CREATE TABLE "public"."t0" (
75-
"id" serial,
76-
"username" text NOT NULL,
77-
CONSTRAINT "t0_pkey" PRIMARY KEY (id)
78-
);
79-
8074
CREATE TABLE "public"."title" (
8175
"emp_no" integer NOT NULL,
8276
"title" text NOT NULL,

0 commit comments

Comments
 (0)