Update demo schema with site details

This commit is contained in:
2011-12-20 00:41:03 +00:00
parent 177fd5d6af
commit 9f52bf701c

View File

@@ -26,6 +26,19 @@ INSERT INTO `service` (`id`, `name`, `description`) VALUES
(4, 'DNS', 'Hosted DNS services'), (4, 'DNS', 'Hosted DNS services'),
(5, 'LDAP', 'Hosted directory services'); (5, 'LDAP', 'Hosted directory services');
--
-- Dumping data for table `site`
--
INSERT INTO `site` (`id`, `service`, `name`, `description`) VALUES
(1, 1, 'Local', 'Local Internet access'),
(2, 2, 'Offsite', 'Offsite web services'),
(3, 3, 'Offsite', 'Offsite email services'),
(4, 4, 'Local', 'Primary DNS services'),
(5, 4, 'Offsite', 'Backup DNS services'),
(6, 5, 'Local', 'Local LDAP services'),
(7, 5, 'Offsite', 'Offsite LDAP services');
-- --
-- Dumping data for table `user` -- Dumping data for table `user`
-- --