mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-26 16:01:56 +08:00
修复_commit表和_latest表初始化失败的问题
This commit is contained in:
@@ -22,6 +22,7 @@ type StoreWidthType[H any] struct {
|
||||
func NewCommitWithKey[H any](name, key string) *StoreWidthType[H] {
|
||||
return &StoreWidthType[H]{
|
||||
Store: Store[H]{
|
||||
name: name,
|
||||
latestTableName: name + "_latest",
|
||||
commitTableName: name + "_commit",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user