Merge pull request #16420 from github/cklin/go-entities-reorder

Go: Use entities in reorder directives
This commit is contained in:
Chuan-kai Lin
2024-05-13 10:26:04 -07:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
description: Removed unused column from the `folders` and `files` relations
compatibility: full
files.rel: reorder files.rel (int id, string name, string simple, string ext, int fromSource) id name
folders.rel: reorder folders.rel (int id, string name, string simple) id name
files.rel: reorder files.rel (@file id, string name, string simple, string ext, int fromSource) id name
folders.rel: reorder folders.rel (@folder id, string name, string simple) id name