vzlogger/share/sql/demo
Steffen Vogel 8d9c294de7 unified backend to uuid's instead of u(u|g|c)id's
api keeps unaffected
updated sql dumps to new namings
2010-06-13 14:25:19 +02:00
..
data.structure.dummy.sql unified backend to uuid's instead of u(u|g|c)id's 2010-06-13 14:25:19 +02:00
pulses.dummy.copy.gz first commit to project repository, lets work together! 2010-06-06 16:05:46 +02:00
README first commit to project repository, lets work together! 2010-06-06 16:05:46 +02:00

Dieses Verzeichnis enhällt Datenbankdumps mit Daten, die für Demonstrationszwecke genutzt werden könne.

HOWTO Import pulses.dummy.copy.gz:

gunzip pulses.dummy.copy.gz
psql -d smartmeter -c "COPY pulses FROM '/var/lib/postgresql/pulses.dummy.copy';"

or use share/tools/import.php for mysql databases.