1
0

DB Migrations (#67)

This commit is contained in:
konrad
2019-03-29 17:54:35 +00:00
committed by Gitea
parent e21471a193
commit be5a17e993
127 changed files with 7917 additions and 1456 deletions

9
vendor/src.techknowlogick.com/xormigrate/go.mod generated vendored Normal file
View File

@ -0,0 +1,9 @@
module src.techknowlogick.com/xormigrate
go 1.12
require (
github.com/go-xorm/xorm v0.7.1
github.com/joho/godotenv v1.3.0
github.com/stretchr/testify v1.3.0
)