mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-22 08:48:34 +00:00
10 lines
No EOL
363 B
SQL
10 lines
No EOL
363 B
SQL
DO $$ BEGIN
|
|
CREATE TYPE "creation_status" AS ENUM('LOADING', 'READY', 'ERROR');
|
|
EXCEPTION
|
|
WHEN duplicate_object THEN null;
|
|
END $$;
|
|
--> statement-breakpoint
|
|
DROP TABLE "property" CASCADE;--> statement-breakpoint
|
|
DROP TABLE "property_details_epc";--> statement-breakpoint
|
|
DROP TABLE "property_details_meter";--> statement-breakpoint
|
|
DROP TABLE "property_targets"; |