Skip to content

Commit 1864402

Browse files
committed
refactor: add nameservers column to registrations table and remove registration_nameservers table, updating related schemas and services
1 parent 6f724af commit 1864402

File tree

9 files changed

+1210
-117
lines changed

9 files changed

+1210
-117
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
DROP TABLE "registration_nameservers" CASCADE;--> statement-breakpoint
2+
ALTER TABLE "registrations" ADD COLUMN "nameservers" jsonb DEFAULT '[]'::jsonb NOT NULL;

0 commit comments

Comments
 (0)