Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e0710d7

Browse files
Merge pull request #75 from bytebase/a-branch-20
update
2 parents 4c17095 + 3fd458c commit e0710d7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎.github/workflows/bb-masking-column.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bytebase Masking Policy Update
1+
name: Bytebase Masking Policy Update Column and Exception
22
on:
33
pull_request:
44
types: [closed]
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
bytebase-masking-1:
10+
bytebase-masking-column-and-exception:
1111
if: github.event.pull_request.merged == true
1212
runs-on: ubuntu-latest
1313
permissions:

‎masking/databases/prod-sample-instance/hr_prod/database-catalog.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "instances/prod-sample-instance/databases/hr_test/catalog",
2+
"name": "instances/prod-sample-instance/databases/hr_prod/catalog",
33
"schemas": [
44
{
5-
"name": "",
5+
"name": "public",
66
"tables": [
77
{
88
"name": "salary",
@@ -16,7 +16,7 @@
1616
}
1717
]
1818
},
19-
"classification": "2-2"
19+
"classification": ""
2020
}
2121
]
2222
}

‎masking/databases/test-sample-instance/hr_test/database-catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "instances/test-sample-instance/databases/hr_test/catalog",
33
"schemas": [
44
{
5-
"name": "",
5+
"name": "public",
66
"tables": [
77
{
88
"name": "salary",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /