-
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.
116790: workload/schemachange: fix `CREATE SCHEMA` for the DSC r=rafiss a=chrisseto ### This PR is stacked on top of others! Please consider reviewing those PRs first. This message will be removed once prerequisite PRs are merged and this one is rebased. * 6e1ea5d is from #115357 * 230b588 is from #115358 * 4cc9b45 is from #115359 * be063ef is from #115360 * 4e89e34 is from #116788 * 95ffcf4 is from #116789 --- #### 89e761126789d2828e141339c34e739203da2310 workload/schemachange: fix `CREATE SCHEMA` for the DSC Previously, `CREATE SCHEMA` would break if executed with the declarative schema changer due to the inclusion of `AUTHORIZATION`. This commit removes the `AUTHORIZATION` clause from `CREATE SCHEMA` operations until it's support within the DSC. Epic: none Release note: None Co-authored-by: Chris Seto <[email protected]>
- Loading branch information
Showing
6 changed files
with
472 additions
and
150 deletions.
There are no files selected for viewing
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
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.