3
0

Fix assertAlterationNestedAttributeAdd to use pointers to avoid check errors

This commit is contained in:
Tomaž Jerman
2024-02-22 13:03:14 +01:00
parent fd9a7af0bc
commit d5dab1d4c9
@@ -425,7 +425,7 @@ func (c *connection) assertAlterationNestedAttributeAdd(table *ddl.Table, colInd
Attr: &dal.Attribute{
Ident: alt.AttributeAdd.Attr.StoreIdent(),
Store: &dal.CodecPlain{},
Type: dal.TypeJSON{Nullable: false},
Type: &dal.TypeJSON{Nullable: false},
},
},
}