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 08e0fd4 + 418d095 commit 3b62960Copy full SHA for 3b62960
pkg/cmd/roachtest/tests/orm_helpers.go
@@ -77,6 +77,7 @@ func alterZoneConfigAndClusterSettings(
77
`ALTER ROLE ALL SET statement_timeout = '60s'`,
78
`ALTER ROLE ALL SET default_transaction_isolation = 'read committed'`,
79
`ALTER ROLE ALL SET autocommit_before_ddl = 'true'`,
80
+ `ALTER ROLE ALL SET create_table_with_schema_locked = 'false'`,
81
} {
82
if _, err := db.ExecContext(ctx, cmd); err != nil {
83
return err
0 commit comments