mirror of
https://git.meshkee.com/Meshkee/backend.git
synced 2026-08-12 06:40:58 +04:30
Expand invoices with full templates, public viewer API, and account holder.
Add invoice template CRUD, key points/accounts, public GET endpoint, and migration 039 for account_holder_name. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
426316d53c
commit
3faeb9bc0d
@@ -0,0 +1,7 @@
|
||||
-- Add account holder name to invoice / template bank accounts
|
||||
|
||||
ALTER TABLE invoice_accounts
|
||||
ADD COLUMN IF NOT EXISTS account_holder_name VARCHAR(255);
|
||||
|
||||
ALTER TABLE invoice_template_accounts
|
||||
ADD COLUMN IF NOT EXISTS account_holder_name VARCHAR(255);
|
||||
Reference in New Issue
Block a user