Bathroom data - Mueller Center
Closed this issue · 0 comments
dong-eileen commented
Gather real bathroom data on Mueller Center.
Update the bathroom data spreadsheet.
Backend:
- Edit data.sql
Insert the following into data.sql:
-
In building table:
-- INSERT INTO building (proper_name, region_id) VALUES ('Mueller Center', 2); -
In building name table:
-- INSERT INTO building_name (name, building_id) VALUES ('Mueller Center', INSERT NEW BUILDING ID HERE);
-- INSERT INTO building_name (name, building_id) VALUES ('Mueller', INSERT NEW BUILDING ID HERE); -
Insert floor data
-
Insert floor plan data
-
Insert bathroom data
Look at existing data.sql for example queries and format.