Skip to content

Commit 7a9c38f

Browse files
authored
Revert "docs: update column-masking.json"
1 parent 9323017 commit 7a9c38f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

masking/databases/prod-sample-instance/hr_prod/column-masking.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"schema": "public",
88
"table": "salary",
99
"column": "amount",
10-
"maskingLevel": "NONE",
10+
"maskingLevel": "FULL",
1111
"fullMaskingAlgorithmId": "",
1212
"partialMaskingAlgorithmId": ""
1313
}

masking/databases/test-sample-instance/hr_test/column-masking.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"schema": "public",
88
"table": "salary",
99
"column": "amount",
10-
"maskingLevel": "NONE",
10+
"maskingLevel": "FULL",
1111
"fullMaskingAlgorithmId": "",
1212
"partialMaskingAlgorithmId": ""
1313
}

0 commit comments

Comments
 (0)