add dbscheme upgrade script

This commit is contained in:
Erik Krogh Kristensen
2020-08-12 10:58:18 +02:00
parent 26dcd2faae
commit 0e33eae960
4 changed files with 2393 additions and 1 deletions

View File

@@ -6,4 +6,4 @@ query predicate test_TupleTypeExpr(TupleTypeExpr type, int n, int res0, TypeExpr
query predicate test_TupleTypeElementName(TupleTypeExpr type, int n, string name) {
name = type.getElementName(n)
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
description: add support for TypeScript 4.0
compatibility: backwards