-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
139452: sql/schemachanger: Add ALTER TABLE ... ENABLE/DISABLE ROW LEVEL SECUR… r=Dedej-Bergin a=Dedej-Bergin …ITY in the DSC This PR enhances the declarative schema changer (DSC) to support the following row-level security (RLS) settings in ALTER TABLE: ``` ALTER TABLE … DISABLE ROW LEVEL SECURITY ALTER TABLE … ENABLE ROW LEVEL SECURITY ``` Epic: CRDB-11724 Informs: #136700 Release note: None Co-authored-by: Bergin Dedej <[email protected]>
- Loading branch information
Showing
39 changed files
with
765 additions
and
161 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.