Some things I want to accomplish this month on #WriteFreely:
- User invite system
- Automated database migrations
- Hashtag fixes
- User moderation
@geekgonecrazy Yeah, I'm looking to use this library for that same sort of thing: https://github.com/golang-migrate/migrate
It probably wouldn't happen automatically on startup, but there'd be an admin command that applies any necessary migrations, instead of making people copy and paste SQL queries, like they've had to with past versions.
@writeas_dev ran across that package as well. I ended up having to write my own because of the lacking mongo support. Of course not near as sophisticated.
Looking forward to checking it out. :)