diff --git a/codegen/schema/model.cue b/codegen/schema/model.cue index 6b52e13dd..49b0d4818 100644 --- a/codegen/schema/model.cue +++ b/codegen/schema/model.cue @@ -37,7 +37,9 @@ import ( primaryKey: bool | *false ignoreCase: bool | *false - #ModelAttributeJsonTag + // currently disabled since not used by anything + // it adds more than 4x overhead to the time it takes to generate the store code! + // #ModelAttributeJsonTag } IdField: {