Category:BikeSaviours: Difference between revisions
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
# $ mariadb bsbc < sql/2021-12.sql | # $ mariadb bsbc < sql/2021-12.sql | ||
# $ mariadb bsbc | # $ mariadb bsbc | ||
# > | # > -- only safe because we only had one each Shamus, Nicole, Denzel, or Adam | ||
# > update bsbc.staff_sign_in i set i.email = 'shamus@bikesaviours.org' where i.short_name = 'Shamus'; | |||
# > update bsbc.staff_sign_in i set i.email = 'nicole@bikesaviours.org' where i.short_name = 'Nicole'; | |||
# > update bsbc.staff_sign_in i set i.email = 'intern' where i.short_name = 'Denzel'; | |||
# > update bsbc.staff_sign_in i set i.email = 'intern' where i.short_name = 'Adam'; | |||
# > -- this is dangerous |
Revision as of 09:51, 5 December 2021
Random Notes
- Grants
- The Downtown Phoenix library has access to Foundation Directory Online: https://candid.org/find-us
- Supposedly you can access it here as well: https://fconline.foundationcenter.org/welcome/quick-start
- More Sources: https://getfullyfunded.com/5-places-to-find-grants-for-your-nonprofit-for-free/
- SubReddit: https://old.reddit.com/r/BikeSaviours/
Database Notes
Updating Sign-Ins
- Update the spreadsheet: sign-ins_2021.ods in Marketing > Market Data > Sign-Ins: https://drive.google.com/drive/folders/1WUrkLeC3LK7cjh1Me8UiMOWWSohZLWaU?usp=sharing
- Export the month's sheet as a CSV.
- $ ./parse-sign-in-csv.pl 2021-12 > sql/2021-12.sql
- $ mariadb bsbc < sql/2021-12.sql
- $ mariadb bsbc
- > -- only safe because we only had one each Shamus, Nicole, Denzel, or Adam
- > update bsbc.staff_sign_in i set i.email = 'shamus@bikesaviours.org' where i.short_name = 'Shamus';
- > update bsbc.staff_sign_in i set i.email = 'nicole@bikesaviours.org' where i.short_name = 'Nicole';
- > update bsbc.staff_sign_in i set i.email = 'intern' where i.short_name = 'Denzel';
- > update bsbc.staff_sign_in i set i.email = 'intern' where i.short_name = 'Adam';
- > -- this is dangerous
Pages in category "BikeSaviours"
The following 2 pages are in this category, out of 2 total.