We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5e313 commit 535e6dbCopy full SHA for 535e6db
1 file changed
python/ql/lib/upgrades/4f1806347d7fafe2f78508da01c01e5aff5f7cbb/upgrade.properties
@@ -1,4 +1,4 @@
1
description: Removed unused column from the `folders` and `files` relations
2
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
+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 commit comments