Publish profile

This commit is contained in:
Andre Beging
2022-05-20 07:17:04 +02:00
parent e9aac729d5
commit f80ba142bc
6 changed files with 211 additions and 1 deletions

View File

@@ -3,5 +3,9 @@
public partial class FsContext
{
partial void OnCreated()
{
Database.EnsureCreated();
}
}
}