We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 372746f + 1dd3a0f commit 9456eafCopy full SHA for 9456eaf
1 file changed
go/ql/lib/upgrades/b37faf5d62cccefad9fcfd8f5c026620097b2355/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