C++: Upgrade script

This commit is contained in:
Tom Hvitved
2021-08-12 17:04:56 +02:00
parent 6c32b92929
commit b69033f4ff
4 changed files with 4288 additions and 0 deletions

View File

@@ -353,6 +353,9 @@ class File extends Container, @file {
firstDotPos = min([name.indexOf("."), name.length()]) and
result = name.prefix(firstDotPos)
)
or
this.getAbsolutePath() = "" and
result = ""
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +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