diff options
| author | Simon | 2011-03-06 20:12:10 +0100 |
|---|---|---|
| committer | Simon | 2011-03-06 20:12:10 +0100 |
| commit | bfea08336f782e0e796b15dc7a1b4af4b1e3783a (patch) | |
| tree | e752570b47d3a8604940f0bda58494625c3eaa5f /pbs-data.sql | |
| parent | clients hinzufügen und entfernen && sql-data erweitert (diff) | |
| download | pbs2-bfea08336f782e0e796b15dc7a1b4af4b1e3783a.tar.gz pbs2-bfea08336f782e0e796b15dc7a1b4af4b1e3783a.tar.xz pbs2-bfea08336f782e0e796b15dc7a1b4af4b1e3783a.zip | |
Pool add, edit und remove hinzugefügt
Diffstat (limited to 'pbs-data.sql')
| -rw-r--r-- | pbs-data.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pbs-data.sql b/pbs-data.sql index e3cef5f..1aec562 100644 --- a/pbs-data.sql +++ b/pbs-data.sql @@ -44,3 +44,7 @@ INSERT INTO `pbs_client` (`clientID`, `macadress`, `hardwarehash`) VALUES (9, '24:64:26:9a:92:90', '695610ee509c060b1fca9c8011529af4'), (10, '84:34:26:9a:92:90', 'a3562c8cad2a4fa4fc11656025dc911b'); +INSERT INTO `pbs`.`pbs_pool` (`poolID`, `title`, `description`, `location`) VALUES +(NULL, 'Pool 1', 'Description 1', 'Keller'), +(NULL, 'Pool 2', 'Description 2', 'Keller'); + |
