add api for update is paid to expense

This commit is contained in:
giovanni
2026-05-11 14:07:56 +07:00
parent f9226a0b41
commit a76ab69a84
7 changed files with 61 additions and 0 deletions
@@ -0,0 +1 @@
ALTER TABLE expenses DROP COLUMN is_paid;
@@ -0,0 +1 @@
ALTER TABLE expenses ADD COLUMN is_paid BOOLEAN NOT NULL DEFAULT FALSE;