we can now install the scema to a blank mysql database

This commit is contained in:
2026-04-16 17:23:36 -05:00
parent 056c02959a
commit c8a331d90c
3 changed files with 937 additions and 3 deletions
+10
View File
@@ -11,6 +11,16 @@
"mode": "auto",
"program": "${workspaceFolder}"
},
{
"name": "Blank Test",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"env": {
"AMSTERDAM_DATABASE_NAME": "blank"
}
},
{
"name": "EMinds Reborn",
"type": "go",