Skip to content

Commit

Permalink
feat/acl: fix batch error in sql
Browse files Browse the repository at this point in the history
Signed-off-by: jiefeng <[email protected]>
  • Loading branch information
jiefenghuang committed Mar 6, 2024
1 parent 158f712 commit 670d2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/meta/sql.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import (
"github.com/sirupsen/logrus"
)

const MaxFieldsCountOfTable = 16 // node table
const MaxFieldsCountOfTable = 18 // node table

type setting struct {
Name string `xorm:"pk"`
Expand Down

0 comments on commit 670d2a9

Please sign in to comment.