Skip to content

Commit fbeebd7

Browse files
committed
Rust: fix old.dbscheme in downgrade script
1 parent 5e0f0c0 commit fbeebd7

File tree

1 file changed

+6
-6
lines changed
  • rust/downgrades/b41e55c0dba14a139d01dbee713aca5efe5b818a

1 file changed

+6
-6
lines changed

rust/downgrades/b41e55c0dba14a139d01dbee713aca5efe5b818a/old.dbscheme

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2049,19 +2049,19 @@ macro_block_exprs(
20492049
unique int id: @macro_block_expr
20502050
);
20512051

2052-
#keyset[id]
2053-
macro_block_expr_tail_exprs(
2054-
int id: @macro_block_expr ref,
2055-
int tail_expr: @expr ref
2056-
);
2057-
20582052
#keyset[id, index]
20592053
macro_block_expr_statements(
20602054
int id: @macro_block_expr ref,
20612055
int index: int ref,
20622056
int statement: @stmt ref
20632057
);
20642058

2059+
#keyset[id]
2060+
macro_block_expr_tail_exprs(
2061+
int id: @macro_block_expr ref,
2062+
int tail_expr: @expr ref
2063+
);
2064+
20652065
macro_exprs(
20662066
unique int id: @macro_expr
20672067
);

0 commit comments

Comments
 (0)