namespace FoodsharingSiegen.Server.Data { public partial class FsContext { partial void OnCreated() { Database.EnsureCreated(); } } }