change to dates, add migration script

This commit is contained in:
2026-01-10 23:01:08 -07:00
parent 8014bd4e83
commit f902ce125d
6 changed files with 63 additions and 8 deletions
+11 -3
View File
@@ -5,11 +5,19 @@
"version": "0.2.0",
"configurations": [
{
"name": "Launch Amsterdam",
"name": "Amsterdam",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}"
}
},
{
"name": "Amsterdam Test Config",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"args": ["-C", "${workspaceFolder}/test.yaml"]
},
]
}
}