Skip to content

Commit 077a2e3

Browse files
committed
C#: Use entities in reorder directives
1 parent 5d5e313 commit 077a2e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
description: Remove 'kind' from 'attributes'.
22
compatability: full
3-
attributes.rel: reorder attributes.rel (int id, int kind, int type_id, int target) id type_id target
3+
attributes.rel: reorder attributes.rel (@attribute id, int kind, @type_or_ref type_id, @attributable target) id type_id target
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
description: Removed unused column from the `folders` and `files` relations
22
compatibility: full
3-
files.rel: reorder files.rel (int id, string name, string simple, string ext, int fromSource) id name
4-
folders.rel: reorder folders.rel (int id, string name, string simple) id name
3+
files.rel: reorder files.rel (@file id, string name, string simple, string ext, int fromSource) id name
4+
folders.rel: reorder folders.rel (@folder id, string name, string simple) id name

0 commit comments

Comments
 (0)