This commit is contained in:
Janus Knudsen 2025-02-12 17:38:01 +01:00
parent 6839cd82e2
commit cf25e6fa0a
5 changed files with 44 additions and 17 deletions

View file

@ -25,7 +25,7 @@ namespace Database.Core.DCL
{
_db = db;
}
public void Setup(string schema = null)
{
throw new NotImplementedException();