🎨 Upgrade av spec to 2

This commit is contained in:
Daniel 2025-07-01 21:52:14 +08:00
parent 724db336c8
commit b357047290
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -263,7 +263,7 @@ type Viewable interface {
func NewAttributeView(id string) (ret *AttributeView) { func NewAttributeView(id string) (ret *AttributeView) {
view, blockKey, selectKey := NewTableViewWithBlockKey(ast.NewNodeID()) view, blockKey, selectKey := NewTableViewWithBlockKey(ast.NewNodeID())
ret = &AttributeView{ ret = &AttributeView{
Spec: 0, Spec: 2,
ID: id, ID: id,
KeyValues: []*KeyValues{{Key: blockKey}, {Key: selectKey}}, KeyValues: []*KeyValues{{Key: blockKey}, {Key: selectKey}},
ViewID: view.ID, ViewID: view.ID,