From 20c1e9f733081e988fd1ef025ab331eaad8a22b3 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Sat, 8 Nov 2025 17:05:34 +0800 Subject: [PATCH] awa --- dns/migrations/004_fix_record_types.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dns/migrations/004_fix_record_types.sql b/dns/migrations/004_fix_record_types.sql index 658e3a3..38cd0b2 100644 --- a/dns/migrations/004_fix_record_types.sql +++ b/dns/migrations/004_fix_record_types.sql @@ -5,4 +5,5 @@ -- Add indexes for efficient DNS lookups if they don't exist -- Index already created in migration 003_add_ns_records.sql -- CREATE INDEX idx_dns_records_ns_lookup ON dns_records(record_type, name); -CREATE INDEX idx_dns_records_subdomain_lookup ON dns_records(domain_id, name, record_type); \ No newline at end of file +-- Index already created in migration 003_add_ns_records.sql +-- CREATE INDEX idx_dns_records_subdomain_lookup ON dns_records(domain_id, name, record_type); \ No newline at end of file