summaryrefslogtreecommitdiffstats
path: root/setup/pbs-newdata.sql
diff options
context:
space:
mode:
Diffstat (limited to 'setup/pbs-newdata.sql')
-rw-r--r--setup/pbs-newdata.sql8
1 files changed, 0 insertions, 8 deletions
diff --git a/setup/pbs-newdata.sql b/setup/pbs-newdata.sql
index e209875..938820c 100644
--- a/setup/pbs-newdata.sql
+++ b/setup/pbs-newdata.sql
@@ -54,14 +54,6 @@ INSERT INTO `pbs_client` (`clientID`, `groupID`,`macadress`, `hardwarehash`) VAL
(14, 1, '64:46:85:A1:89:23', '9684216842068420616841asd6516984');
--- Adding hometype
-INSERT INTO `pbs_hometype` (`hometypeID`, `name`) VALUES
-(0, 'standard'),
-(1, 'usbstick'),
-(2, 'custom path');
-
-
-
-- Adding bootos
INSERT INTO `pbs_bootos` (`bootosID`, `groupID`, `membershipID`, `title`, `description`, `defaultkcl`, `created`, `expires`, `public`, `source`, `distro`, `distroversion`, `shortname`, `share`) VALUES
(1, 1, 1, 'BootOs 1', 'Description 1', 'default kcl 1', '1299693782', '2012-03-09', 0, null, null, null, null, null),