few changes

This commit is contained in:
Om Lanke
2025-06-29 13:05:12 +05:30
parent e82685c7df
commit 99220fb9a9
20 changed files with 1743 additions and 197 deletions

View File

@@ -0,0 +1,5 @@
DROP TABLE "certificates" CASCADE;--> statement-breakpoint
DROP TABLE "projects" CASCADE;--> statement-breakpoint
ALTER TABLE "students" ADD COLUMN "isDiploma" boolean;--> statement-breakpoint
ALTER TABLE "companies" DROP COLUMN "passwordHash";--> statement-breakpoint
ALTER TABLE "internships" DROP COLUMN "status";