mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-14 13:24:00 +02:00
Fixes
This commit is contained in:
parent
e792c6ca16
commit
451e0bc8ee
4 changed files with 3 additions and 12 deletions
|
@ -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`;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue