we can now install the scema to a blank mysql database
This commit is contained in:
Vendored
+10
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user