Files
ntpa/sql/create_data.sql
T

9 lines
283 B
SQL
Raw Normal View History

2016-03-05 15:25:01 +01:00
USE ntpa;
2016-03-12 17:05:05 +01:00
INSERT INTO host (ip, name, orgId) VALUES ('90.184.222.114', 'ntp1.innolan.net', 900);
INSERT INTO peer (ip, name, orgId) VALUES ('90.184.222.115', 'ntp2.innolan.net', 901);
INSERT INTO peer (ip, name, orgId) VALUES ('192.36.144.22', 'ntp1.sth.netnod.se', 250);
COMMIT;