Merge branch 'AttachmentsToChat'

This commit is contained in:
Alex
2026-04-13 22:36:53 -06:00
53 changed files with 1285 additions and 390 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE sale
ADD COLUMN pointsUsed INT NOT NULL DEFAULT 0,
ADD COLUMN pointsDiscountAmount DECIMAL(10, 2) NOT NULL DEFAULT 0.00;