Skip to content

Commit f104668

Browse files
Merge pull request #11 from SchoolOfCode/main
merging main to dev
2 parents e24f4a3 + 77cd313 commit f104668

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

db/scripts/logClean/populateLogTable.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ let initialLogTable = [
66
bags: 40,
77
volunteers: 15,
88
},
9+
{
10+
cleanname: "Brighton Cleanup",
11+
bags: 36,
12+
volunteers: 12,
13+
},
14+
{
15+
cleanname: "River Adur Cleanup",
16+
bags: 16,
17+
volunteers: 8,
18+
},
19+
{
20+
cleanname: "O2 Cleanup",
21+
bags: 100,
22+
volunteers: 25,
23+
},
924
];
1025

1126
async function populateLogTable() {

db/scripts/startClean/populateStartTable.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@ let initialStartTable = [
3535
latitude: 50.830597805865416,
3636
longitude: -0.26970090532648877,
3737
},
38+
{
39+
cleanName: "O2 Thames Cleanup",
40+
location: "Greenwich",
41+
date: "29.09.22",
42+
startTime: "12:00",
43+
endTime: "13:00",
44+
host: "Emma Gill",
45+
notes: "Bring Wellies",
46+
latitude: 51.50147618892564,
47+
longitude: 0.00901512085762601,
48+
},
3849
];
3950

4051
async function populateStartTable() {

0 commit comments

Comments
 (0)