feat: rename transaction table to transactions and update related references

This commit is contained in:
Stevan Freeborn
2026-03-01 20:35:33 -06:00
parent b9d0869ae3
commit 2bc9cab43d
7 changed files with 714 additions and 6 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "aspire",
"request": "launch",
"name": "Aspire: Launch default apphost",
"program": "${workspaceFolder}"
}
]
}