BEOpenSourceCollabs / EventManagementCore

Event management system collaboration project for the Backend Engineering discord.
Apache License 2.0
2 stars 1 forks source link

add database migration #29

Closed awpt1mus closed 1 week ago

awpt1mus commented 1 week ago
awpt1mus commented 1 week ago

will add database seeding in separate task, need to discuss what is considered standard practice - whether it should be implemented as Go code or raw INSERT statements in .sql files,