C#: Remove '--cil' flag from the dbscheme comments and add dummy upgrade and downgrade scripts.

This commit is contained in:
Michael Nebel
2022-08-23 15:19:59 +02:00
parent 27d1008171
commit b85db2cc35
7 changed files with 8265 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
description: Introduce '--cil' flag in the comments. This does not make any changes to the dbscheme.
compatibility: full

View File

@@ -36,10 +36,9 @@ compilations(
* --- | ---
* 0 | --compiler
* 1 | *path to compiler*
* 2 | --cil
* 3 | f1.cs
* 4 | f2.cs
* 5 | f3.cs
* 2 | f1.cs
* 3 | f2.cs
* 4 | f3.cs
*/
#keyset[id, num]
compilation_args(

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
description: Remove '--cil' flag from the comments. This does not make any changes to the dbscheme.
compatibility: full