You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/FeatureFlags/feature-flags.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -281,13 +281,13 @@
281
281
{
282
282
"value": "false",
283
283
"description": "Only one connection field with type ID generated on connected models. Model-gen with custom primary key feature is disabled.",
284
-
"defaultNewProject": true,
284
+
"defaultNewProject": false,
285
285
"defaultExistingProject": true
286
286
},
287
287
{
288
288
"value": "true",
289
289
"description": "Connection field(s) are generated respecting the attributes of priamry key and sort key fields. Model-gen with custom primary key feature is enabled.",
0 commit comments