mirror of
https://git.meshkee.com/Meshkee/backend.git
synced 2026-08-11 22:30:59 +04:30
Super admins can manage predefined invoice lines and issue invoices to businesses; schema is ready for future business-scoped use. Co-authored-by: Cursor <cursoragent@cursor.com>
5 lines
109 B
SQL
5 lines
109 B
SQL
-- Meshkee CMS — optional invoice name
|
|
|
|
ALTER TABLE invoices
|
|
ADD COLUMN IF NOT EXISTS name VARCHAR(255);
|