SQLite stub
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2020-06-22 22:57:30 +02:00
parent b756ffea19
commit d9ba8b96c2
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ func init() {
Description: "Make all dates to iso time",
Migrate: func(tx *xorm.Engine) error {
// Big query for sqlite goes here
convertTime := func(table, column string) error {
var sql []string