feat(transaction-recurring): #100 replace active with next-execution
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m59s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m29s

This commit was merged in pull request #133.
This commit is contained in:
2025-05-28 20:46:22 +02:00
parent e67ac99c7f
commit be7209a4c6
5 changed files with 37 additions and 21 deletions

View File

@@ -0,0 +1,5 @@
ALTER TABLE transaction_recurring DROP COLUMN active;
ALTER TABLE transaction_recurring DROP COLUMN last_execution;
ALTER TABLE transaction_recurring ADD COLUMN next_execution DATETIME;