feat: rename transaction table to transactions and update related references

This commit is contained in:
Stevan Freeborn
2026-03-09 04:29:01 -05:00
parent a9f1ced0d5
commit 00e54c27c6
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}"
}
]
}