Skip to content

Commit

Permalink
Merge pull request #16423 from github/cklin/python-entities-reorder
Browse files Browse the repository at this point in the history
Python: Use entities in reorder directives
  • Loading branch information
cklin committed May 13, 2024
2 parents 1758a1e + 535e6db commit b34fb7c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b34fb7c

Please sign in to comment.