This commit is contained in:
Pinga 2023-12-11 13:47:10 +02:00
parent 9e583c4802
commit 7939db2c4c
2 changed files with 2 additions and 0 deletions

View file

@ -701,6 +701,7 @@ INSERT INTO `registry`.`settings` (`name`, `value`) VALUES
('address', '123 Example Street, Example City'),
('address2', '48000, Ukraine'),
('phone', '+123456789'),
('handle', 'RXX'),
('email', 'contact@example.com');
CREATE USER 'registry'@'localhost' IDENTIFIED BY 'EPPRegistry';

View file

@ -678,6 +678,7 @@ INSERT INTO registry.settings (name, value) VALUES
('address', '123 Example Street, Example City'),
('address2', '48000, Ukraine'),
('phone', '+123456789'),
('handle', 'RXX'),
('email', 'contact@example.com');
ALTER TABLE registry.domain_price ADD FOREIGN KEY ("tldid") REFERENCES registry.domain_tld ("id");