zorchenhimer / MoviePolls

Voting to decide on a movie to watch with MovieNight
https://discord.gg/F2VSgjJ
16 stars 6 forks source link

Add a database version field to the database #131

Open CptPie opened 2 years ago

CptPie commented 2 years ago

Mostly used for data migration. This might aswell allow automatic data migration when the server detects an older db version utilizing the (somewhat) existing database migration scripts (maybe do automatic migration as a cli flag that is off per default?)

joeyak commented 2 years ago

Would using an ORM to create and manage the database help? I'm on the fence about whether ORMs help more than be a pain for smaller projects.

CptPie commented 2 years ago

iirc we already had the ORM discussion either in #41 or Stream, i think its more hassle that it would be worth esp for now. Once we support multiple data backends it MIGHT be worth to revisit the idea.