diff --git a/student.sql b/student.sql index c6ddc8f..f9df6aa 100644 --- a/student.sql +++ b/student.sql @@ -24,7 +24,6 @@ CREATE TABLE "public"."student" ( "name" varchar(45) NOT NULL COLLATE "default" ) WITH (OIDS=FALSE); -ALTER TABLE "public"."student" OWNER TO "postgres"; -- ---------------------------- -- Records of student diff --git a/student_homework.sql b/student_homework.sql index 5cea3de..e46caee 100644 --- a/student_homework.sql +++ b/student_homework.sql @@ -26,7 +26,6 @@ CREATE TABLE "public"."student_homework" ( "note" text COLLATE "default" ) WITH (OIDS=FALSE); -ALTER TABLE "public"."student_homework" OWNER TO "postgres"; -- ---------------------------- -- Primary key structure for table student_homework