diff --git a/database/registry.mariadb.sql b/database/registry.mariadb.sql index 190f77e..e48b75b 100644 --- a/database/registry.mariadb.sql +++ b/database/registry.mariadb.sql @@ -937,9 +937,9 @@ INSERT INTO `registry`.`settings` (`name`, `value`) VALUES ('rdap_server', 'https://rdap.example.com'), ('currency', 'USD'); -CREATE INDEX registry.idx_domain_crdate ON registry.domain (crdate DESC); -CREATE INDEX registry.idx_domain_exdate ON registry.domain (exdate); -CREATE INDEX registry.idx_support_tickets_date_created ON registry.support_tickets (date_created); +CREATE INDEX idx_domain_crdate ON registry.domain (crdate DESC); +CREATE INDEX idx_domain_exdate ON registry.domain (exdate); +CREATE INDEX idx_support_tickets_date_created ON registry.support_tickets (date_created); CREATE DATABASE IF NOT EXISTS `registryTransaction`; diff --git a/docs/install-alpine.sh b/docs/install-alpine.sh index 6bc8aca..77731ed 100644 --- a/docs/install-alpine.sh +++ b/docs/install-alpine.sh @@ -225,7 +225,6 @@ rdap.${REGISTRY_DOMAIN} { output file /var/log/namingo/web-rdap.log { roll_size 10MB roll_keep 5 - roll_keep_days 14 } format json } @@ -257,7 +256,6 @@ whois.${REGISTRY_DOMAIN} { output file /var/log/namingo/web-whois.log { roll_size 10MB roll_keep 5 - roll_keep_days 14 } format json } @@ -285,7 +283,6 @@ cp.${REGISTRY_DOMAIN} { output file /var/log/namingo/web-cp.log { roll_size 10MB roll_keep 5 - roll_keep_days 14 } format json } diff --git a/docs/install.md b/docs/install.md index 9fde2fb..afc7446 100644 --- a/docs/install.md +++ b/docs/install.md @@ -240,7 +240,6 @@ rdap.example.com { output file /var/log/namingo/web-rdap.log { roll_size 10MB roll_keep 5 - roll_keep_days 14 } format json } @@ -272,7 +271,6 @@ whois.example.com { output file /var/log/namingo/web-whois.log { roll_size 10MB roll_keep 5 - roll_keep_days 14 } format json } @@ -300,7 +298,6 @@ cp.example.com { output file /var/log/namingo/web-cp.log { roll_size 10MB roll_keep 5 - roll_keep_days 14 } format json } diff --git a/docs/install.sh b/docs/install.sh index 77a9645..f24e3c2 100644 --- a/docs/install.sh +++ b/docs/install.sh @@ -307,7 +307,6 @@ EOF output file /var/log/namingo/web-rdap.log { roll_size 10MB roll_keep 5 - roll_keep_days 14 } format json } @@ -339,7 +338,6 @@ EOF output file /var/log/namingo/web-whois.log { roll_size 10MB roll_keep 5 - roll_keep_days 14 } format json } @@ -367,7 +365,6 @@ EOF output file /var/log/namingo/web-cp.log { roll_size 10MB roll_keep 5 - roll_keep_days 14 } format json }