mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Merge pull request #16420 from github/cklin/go-entities-reorder
Go: Use entities in reorder directives
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
description: Removed unused column from the `folders` and `files` relations
|
description: Removed unused column from the `folders` and `files` relations
|
||||||
compatibility: full
|
compatibility: full
|
||||||
files.rel: reorder files.rel (int id, string name, string simple, string ext, int fromSource) id name
|
files.rel: reorder files.rel (@file id, string name, string simple, string ext, int fromSource) id name
|
||||||
folders.rel: reorder folders.rel (int id, string name, string simple) id name
|
folders.rel: reorder folders.rel (@folder id, string name, string simple) id name
|
||||||
|
|||||||
Reference in New Issue
Block a user