1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-23 01:03:23 -05:00

Changes the model suggestion for volunteer table.

This commit is contained in:
Jonathan Rosenbaum 2017-07-31 21:07:51 +00:00
parent 157cb8474d
commit 52ba58d805

View File

@ -70,8 +70,8 @@ INSERT INTO projects (project_id, date_established, active, public) VALUES
-- Added waiver -- Added waiver
-- --
-- Added a volunteer column to keep track of volunteer hours redeemed, max bike earned, and -- Added a volunteer column to keep track of volunteer hours redeemed, max bike earned, and
-- the current year the hours apply to, when a new year begins everything is zeroed out. -- the current year the hours apply to, when a new year begins a new record is added
-- {["volunteer_hours_redeemed":0, "max_bike_earned":0, "year":2017], [.."year":2018]}
DELETE FROM shop_hours; DELETE FROM shop_hours;
DELETE FROM contacts; DELETE FROM contacts;