summaryrefslogtreecommitdiffstats
path: root/setup/pbs-newdata.sql
diff options
context:
space:
mode:
authormichael pereira2011-04-21 14:09:50 +0200
committermichael pereira2011-04-21 14:09:50 +0200
commitbfa1fc64a0e953f43fbff2ee0b966f8ebff91905 (patch)
tree50b8fe0004c5c2030460aef09796580222a1b72d /setup/pbs-newdata.sql
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-bfa1fc64a0e953f43fbff2ee0b966f8ebff91905.tar.gz
pbs2-bfa1fc64a0e953f43fbff2ee0b966f8ebff91905.tar.xz
pbs2-bfa1fc64a0e953f43fbff2ee0b966f8ebff91905.zip
db fix
Diffstat (limited to 'setup/pbs-newdata.sql')
-rw-r--r--setup/pbs-newdata.sql3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup/pbs-newdata.sql b/setup/pbs-newdata.sql
index a290008..f611161 100644
--- a/setup/pbs-newdata.sql
+++ b/setup/pbs-newdata.sql
@@ -1,9 +1,6 @@
USE pbs;
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--- Adding person test//test
-INSERT INTO `pbs_person` (`personID`, `title`, `name`, `firstname`, `street`, `housenumber`, `city`, `postalcode`, `logindate`, `registerdate`, `email`, `login`, `password`, `password_salt`) VALUES
-(1, 'Herr', 'Test 1', 'Test 1', 'Teststr,', '5', 'Testburg', '1337', NULL, '1299612370', 'test', NULL, '4207acba08cadccc397e2302a55b339a', 'f21ee663b17bcefc6868694dffda602a');
-- Adding person test2//test
INSERT INTO `pbs_person` (`personID`, `title`, `name`, `firstname`, `street`, `housenumber`, `city`, `postalcode`, `logindate`, `registerdate`, `email`, `login`, `password`, `password_salt`) VALUES
(2, 'Herr', 'Test 2', 'Test 2', 'Teststr,', '5', 'Testburg', '1337', NULL, '1299612370', 'test2', NULL, '4207acba08cadccc397e2302a55b339a', 'f21ee663b17bcefc6868694dffda602a');