C++: Use entities in reorder directives

This commit is contained in:
Chuan-kai Lin
2024-05-03 11:14:41 -07:00
parent 5d5e31378b
commit ca9567debc
2 changed files with 4 additions and 4 deletions

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