Skip to content

Commit 592efbc

Browse files
committed
sql: fix typo in TTL test
Release note: None
1 parent 5be8397 commit 592efbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sql/schema_changer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6911,7 +6911,7 @@ CREATE TABLE t.test (id TEXT PRIMARY KEY, expire_at TIMESTAMPTZ) WITH (ttl_expir
69116911
desc: "error during multiple ALTER TABLE x SET ttl_expire_after x during modify row-level-ttl mutation",
69126912
setup: createNonTTLTable,
69136913
schemaChange: `
6914-
ALTER TABLE t.test SET (ttl_cron = '@daily');
6914+
ALTER TABLE t.test SET (ttl_job_cron = '@daily');
69156915
ALTER TABLE t.test SET (ttl_expire_after = '10 hours');
69166916
`,
69176917
runBeforeModifyRowLevelTTL: createFailOnceFunc(),

0 commit comments

Comments
 (0)