fix(typesense): explicitely create typesense sync table
This commit is contained in:
parent
1ee243f2bd
commit
38a3a5c6e8
@ -38,7 +38,7 @@ func init() {
|
|||||||
ID: "20230828125443",
|
ID: "20230828125443",
|
||||||
Description: "",
|
Description: "",
|
||||||
Migrate: func(tx *xorm.Engine) error {
|
Migrate: func(tx *xorm.Engine) error {
|
||||||
return tx.Sync2(typesenseSync20230828125443{})
|
return tx.CreateTables(typesenseSync20230828125443{})
|
||||||
},
|
},
|
||||||
Rollback: func(tx *xorm.Engine) error {
|
Rollback: func(tx *xorm.Engine) error {
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user