Work on vending machine module
[uccvend-vendserver.git] / sql-edition / schema / populate.sql
1 DELETE FROM cokecontrollers;
2 DELETE FROM doorcontrollers;
3
4 COPY cokecontrollers (user_name, reason) FROM stdin;
5 root    automatic
6 bers    19990421
7 mjdawson        19990421
8 mtearle 19990421
9 nick    19990421
10 japester        19990421
11 maset   19990421
12 djinn   19990519
13 grahame 19990714
14 maelstrm        19991208
15 trs80   20000822
16 tieryn  20010328
17 dayta   20010328
18 ack     20010510
19 colm    20010510
20 davidb  20010510
21 nikita  20010510
22 fitz    20010510
23 omailes 20010712
24 matt    20020412
25 susie   20020809
26 griffin 20020809
27 tpope   20021018
28 maelkann        20021031
29 dagobah 20030401
30 thebmw  20030401
31 coxy    20031010
32 \.
33
34 COPY doorcontrollers (user_name, reason) FROM stdin;
35 root    by default
36 trs80   meeting 2000-05-18 cos he\'s cool
37 chas    meeting 2000-05-18 he\'s always in
38 matt    the not meeting of 2002-01-04
39 thebmw  the meeting of 2002-08-09
40 susie   the sgm of 2002-10-18
41 velithya        blah
42 coxy    meeting 2003-03-07
43 dagobah meeting 2003-03-07
44 davyd   meeting 2003-03-07
45 grahame cos
46 falstaff        some time
47 griffin foo
48 vegeta  shrug
49 \.
50

UCC git Repository :: git.ucc.asn.au