2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-30 13:58:15 +00:00

removed fulltext index for fqdn and reverse_fqdn

This commit is contained in:
Jay07GIT 2022-04-13 21:39:45 +05:30
parent edf882f071
commit 4a396ff8bf
No known key found for this signature in database
GPG Key ID: AC6B0308EFC79008

View File

@ -17,7 +17,5 @@ CREATE TABLE recordset_data (
INDEX recordset_data_ip_index(ip),
INDEX recordset_data_recordset_id_index(recordset_id),
INDEX recordset_data_reverse_fqdn_index(reverse_fqdn),
FULLTEXT INDEX recordset_data_fdqn_fulltext_index(fqdn),
FULLTEXT INDEX recordset_data_reverse_fqdn_fulltext_index(reverse_fqdn),
FULLTEXT INDEX recordset_data_record_data_fulltext_index(record_data)
);