fix(typesense): explicitely create typesense sync table

This commit is contained in:
kolaente 2023-09-13 12:05:37 +02:00
parent 1ee243f2bd
commit 38a3a5c6e8
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ func init() {
ID: "20230828125443",
Description: "",
Migrate: func(tx *xorm.Engine) error {
return tx.Sync2(typesenseSync20230828125443{})
return tx.CreateTables(typesenseSync20230828125443{})
},
Rollback: func(tx *xorm.Engine) error {
return nil