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