Upgrade to top-level program.cs

This commit is contained in:
2026-06-08 14:24:00 +02:00
parent 227c46827f
commit 5b89d794ca
4 changed files with 160 additions and 226 deletions
@@ -14,7 +14,7 @@ public class VersionInfoTableMetadata : IVersionTableMetaData
public string UniqueIndexName => "uc_version";
public bool CreateWithPrimaryKey => true;
public bool CreateWithPrimaryKey => false;
public object ApplicationContext { get; set; }