shift-org / shift-docs

Shift2Bikes: website and calendar for shift and pedalpalooza
https://shift2bikes.org
Other
22 stars 17 forks source link

Database migration to UTF8 #601

Closed carrythebanner closed 9 months ago

carrythebanner commented 9 months ago

Mostly addresses #332.

As detailed in that issue, you may see ? for extended characters in the terminal, but the database itself will be saving and recalling the real characters.

carrythebanner commented 9 months ago

Also fixes #603.

ionous commented 9 months ago

do you think, maybe after the changed over, it'd be worth removing the unused tables from the setup.sql? ( the main use of setup.sql seems like it's for developing? and if so, only caldaily and calevent are really needed. )

carrythebanner commented 9 months ago

Definitely! I filed that as #602. I like the idea of setup.sql matching the dev env (including production), so for now that means warts and all, but I think we should sunset that unused stuff soon.