mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-06 11:03:21 +02:00
Work on dashboard speed
This commit is contained in:
parent
f61672d691
commit
347e20757a
4 changed files with 29 additions and 18 deletions
|
@ -934,6 +934,10 @@ INSERT INTO `registry`.`settings` (`name`, `value`) VALUES
|
|||
('rdap_server', 'https://rdap.example.com'),
|
||||
('currency', 'USD');
|
||||
|
||||
CREATE INDEX idx_domain_crdate ON domain (crdate DESC);
|
||||
CREATE INDEX idx_domain_exdate ON domain (exdate);
|
||||
CREATE INDEX idx_support_tickets_date_created ON support_tickets (date_created);
|
||||
|
||||
CREATE DATABASE IF NOT EXISTS `registryTransaction`;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `registryTransaction`.`transaction_identifier` (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue