simple database migration versioning, todo: implement migrations

This commit is contained in:
Christoph Haas
2021-04-06 00:07:05 +02:00
parent b4f3228bec
commit 8f21c12c3d
4 changed files with 84 additions and 9 deletions

View File

@@ -0,0 +1,3 @@
package server
var Version = "1.0.5"