We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eae58f5 + cf83a23 commit 6a3775fCopy full SHA for 6a3775f
pkg/cmd/roachtest/tests/orm_helpers.go
@@ -71,6 +71,7 @@ func alterZoneConfigAndClusterSettings(
71
`SET CLUSTER SETTING server.user_login.password_encryption = 'scram-sha-256';`,
72
73
// Enable experimental/preview/compatibility features.
74
+ `SET CLUSTER SETTING sql.defaults.create_table_with_schema_locked='false';`,
75
`SET CLUSTER SETTING sql.defaults.experimental_temporary_tables.enabled = 'true';`,
76
`ALTER ROLE ALL SET multiple_active_portals_enabled = 'true';`,
77
`ALTER ROLE ALL SET serial_normalization = 'sql_sequence_cached'`,
0 commit comments