Skip to content

Commit 598692b

Browse files
committed
chore(db): drop form, templates, template_creators, template_stars tables
These tables backed the Forms and Templates platform features which were intentionally removed from this branch. Clean up the DB schema to match.
1 parent f24ea25 commit 598692b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
DROP TABLE "form" CASCADE;--> statement-breakpoint
2+
DROP TABLE "template_creators" CASCADE;--> statement-breakpoint
3+
DROP TABLE "template_stars" CASCADE;--> statement-breakpoint
4+
DROP TABLE "templates" CASCADE;--> statement-breakpoint
5+
DROP TYPE "public"."template_creator_type";--> statement-breakpoint
6+
DROP TYPE "public"."template_status";

0 commit comments

Comments
 (0)