Skip to content

Commit e19a0c6

Browse files
fix: preserve primary keys (#112)
1 parent d062be3 commit e19a0c6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

properties_pane/field_level/fieldLevelConfig.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ making sure that you maintain a proper JSON format.
349349
"propertyKeyword": "primaryKey",
350350
"enableForReference": true,
351351
"propertyType": "checkbox",
352+
"preserveOnCleanDependencies": true,
352353
"dependency": {
353354
"type": "and",
354355
"values": [
@@ -917,6 +918,7 @@ making sure that you maintain a proper JSON format.
917918
"propertyKeyword": "primaryKey",
918919
"enableForReference": true,
919920
"propertyType": "checkbox",
921+
"preserveOnCleanDependencies": true,
920922
"dependency": {
921923
"type": "and",
922924
"values": [
@@ -1446,6 +1448,7 @@ making sure that you maintain a proper JSON format.
14461448
"propertyKeyword": "primaryKey",
14471449
"enableForReference": true,
14481450
"propertyType": "checkbox",
1451+
"preserveOnCleanDependencies": true,
14491452
"dependency": {
14501453
"type": "and",
14511454
"values": [
@@ -2014,6 +2017,7 @@ making sure that you maintain a proper JSON format.
20142017
"propertyKeyword": "primaryKey",
20152018
"enableForReference": true,
20162019
"propertyType": "checkbox",
2020+
"preserveOnCleanDependencies": true,
20172021
"dependency": {
20182022
"type": "and",
20192023
"values": [
@@ -2639,6 +2643,7 @@ making sure that you maintain a proper JSON format.
26392643
"propertyKeyword": "primaryKey",
26402644
"enableForReference": true,
26412645
"propertyType": "checkbox",
2646+
"preserveOnCleanDependencies": true,
26422647
"dependency": {
26432648
"type": "and",
26442649
"values": [
@@ -3174,6 +3179,7 @@ making sure that you maintain a proper JSON format.
31743179
"propertyKeyword": "primaryKey",
31753180
"enableForReference": true,
31763181
"propertyType": "checkbox",
3182+
"preserveOnCleanDependencies": true,
31773183
"dependency": {
31783184
"type": "and",
31793185
"values": [
@@ -3868,6 +3874,7 @@ making sure that you maintain a proper JSON format.
38683874
"propertyKeyword": "primaryKey",
38693875
"enableForReference": true,
38703876
"propertyType": "checkbox",
3877+
"preserveOnCleanDependencies": true,
38713878
"dependency": {
38723879
"type": "and",
38733880
"values": [
@@ -4383,6 +4390,7 @@ making sure that you maintain a proper JSON format.
43834390
"propertyKeyword": "primaryKey",
43844391
"enableForReference": true,
43854392
"propertyType": "checkbox",
4393+
"preserveOnCleanDependencies": true,
43864394
"dependency": {
43874395
"type": "and",
43884396
"values": [
@@ -4919,6 +4927,7 @@ making sure that you maintain a proper JSON format.
49194927
"propertyKeyword": "primaryKey",
49204928
"enableForReference": true,
49214929
"propertyType": "checkbox",
4930+
"preserveOnCleanDependencies": true,
49224931
"dependency": {
49234932
"type": "and",
49244933
"values": [

0 commit comments

Comments
 (0)