Skip to content

Commit

Permalink
fix: preserve primary keys (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlikRakhmonov authored Aug 20, 2024
1 parent d062be3 commit e19a0c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ making sure that you maintain a proper JSON format.
"propertyKeyword": "primaryKey",
"enableForReference": true,
"propertyType": "checkbox",
"preserveOnCleanDependencies": true,
"dependency": {
"type": "and",
"values": [
Expand Down Expand Up @@ -917,6 +918,7 @@ making sure that you maintain a proper JSON format.
"propertyKeyword": "primaryKey",
"enableForReference": true,
"propertyType": "checkbox",
"preserveOnCleanDependencies": true,
"dependency": {
"type": "and",
"values": [
Expand Down Expand Up @@ -1446,6 +1448,7 @@ making sure that you maintain a proper JSON format.
"propertyKeyword": "primaryKey",
"enableForReference": true,
"propertyType": "checkbox",
"preserveOnCleanDependencies": true,
"dependency": {
"type": "and",
"values": [
Expand Down Expand Up @@ -2014,6 +2017,7 @@ making sure that you maintain a proper JSON format.
"propertyKeyword": "primaryKey",
"enableForReference": true,
"propertyType": "checkbox",
"preserveOnCleanDependencies": true,
"dependency": {
"type": "and",
"values": [
Expand Down Expand Up @@ -2639,6 +2643,7 @@ making sure that you maintain a proper JSON format.
"propertyKeyword": "primaryKey",
"enableForReference": true,
"propertyType": "checkbox",
"preserveOnCleanDependencies": true,
"dependency": {
"type": "and",
"values": [
Expand Down Expand Up @@ -3174,6 +3179,7 @@ making sure that you maintain a proper JSON format.
"propertyKeyword": "primaryKey",
"enableForReference": true,
"propertyType": "checkbox",
"preserveOnCleanDependencies": true,
"dependency": {
"type": "and",
"values": [
Expand Down Expand Up @@ -3868,6 +3874,7 @@ making sure that you maintain a proper JSON format.
"propertyKeyword": "primaryKey",
"enableForReference": true,
"propertyType": "checkbox",
"preserveOnCleanDependencies": true,
"dependency": {
"type": "and",
"values": [
Expand Down Expand Up @@ -4383,6 +4390,7 @@ making sure that you maintain a proper JSON format.
"propertyKeyword": "primaryKey",
"enableForReference": true,
"propertyType": "checkbox",
"preserveOnCleanDependencies": true,
"dependency": {
"type": "and",
"values": [
Expand Down Expand Up @@ -4919,6 +4927,7 @@ making sure that you maintain a proper JSON format.
"propertyKeyword": "primaryKey",
"enableForReference": true,
"propertyType": "checkbox",
"preserveOnCleanDependencies": true,
"dependency": {
"type": "and",
"values": [
Expand Down

0 comments on commit e19a0c6

Please sign in to comment.