feat: first migration

This commit is contained in:
Vlad Stan
2026-07-15 21:49:42 +03:00
parent 61ed636df0
commit 9961c76caa
11 changed files with 2388 additions and 69 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
.PHONY: test
.PHONY: test test-integration
all: format check
@@ -69,6 +69,9 @@ test-regtest:
rm -rf ./tests/data \
uv run pytest tests/regtest
test-integration:
npm run test:integration
test-migration:
LNBITS_ADMIN_UI=True \
make test-api