Domain Notes Feature added

This commit is contained in:
Hosteroid
2025-10-08 20:56:25 +03:00
parent 117665e7b7
commit a54cecb9cf
5 changed files with 75 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
-- Add notes column to domains table
ALTER TABLE domains ADD COLUMN notes TEXT AFTER whois_data;