Skip to content

Commit 2635d63

Browse files
Merge pull request #32 from adela-bytebase/adela-bytebase-patch-28
Delete 't0' table from schema.sql
2 parents fb3e9db + ab21b34 commit 2635d63

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
@@ -68,12 +68,6 @@ CREATE INDEX "idx_salary_amount" ON ONLY "public"."salary" (amount);
6868

6969
CREATE TRIGGER salary_log_trigger AFTER DELETE OR UPDATE ON public.salary FOR EACH ROW EXECUTE FUNCTION public.log_dml_operations();
7070

71-
CREATE TABLE "public"."t0" (
72-
"id" serial,
73-
"username" text NOT NULL,
74-
CONSTRAINT "t0_pkey" PRIMARY KEY (id)
75-
);
76-
7771
CREATE TABLE "public"."title" (
7872
"emp_no" integer NOT NULL,
7973
"title" text NOT NULL,

0 commit comments

Comments
 (0)