Skip to content

Commit 836e274

Browse files
committed
Fix system_accord_dbeug.txn order
1 parent 1b92e3b commit 836e274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/org/apache/cassandra/db/virtual/AccordDebugKeyspace.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ private TxnTable()
16011601
"Accord per-CommandStore Transaction State",
16021602
"CREATE TABLE %s (\n" +
16031603
" command_store_id int,\n" +
1604-
" txn_id text,\n" +
1604+
" txn_id 'TxnIdUtf8Type',\n" +
16051605
" save_status text,\n" +
16061606
" route text,\n" +
16071607
" durability text,\n" +

0 commit comments

Comments
 (0)