Skip to content

Commit 9456eaf

Browse files
authored
Merge pull request github#16420 from github/cklin/go-entities-reorder
Go: Use entities in reorder directives
2 parents 372746f + 1dd3a0f commit 9456eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
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)