aboutsummaryrefslogtreecommitdiff
path: root/dbinit.sql
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2024-04-09 16:20:32 +0200
committerarf20 <aruizfernandez05@gmail.com>2024-04-09 16:20:32 +0200
commit50464559aa522ce04222cebcee3cc6a115aa2902 (patch)
tree3608f36fe6816d7ea847806048ef952ec3d315a3 /dbinit.sql
parentb708311d256bbf057b0d6ad2fba4d75642c5a095 (diff)
downloadarfnet2-cstims-50464559aa522ce04222cebcee3cc6a115aa2902.tar.gz
arfnet2-cstims-50464559aa522ce04222cebcee3cc6a115aa2902.zip
Add proof of payment and fix HTML issues
Diffstat (limited to 'dbinit.sql')
-rw-r--r--dbinit.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbinit.sql b/dbinit.sql
index f3476d9..0b2930c 100644
--- a/dbinit.sql
+++ b/dbinit.sql
@@ -52,6 +52,7 @@ CREATE TABLE `arfnet2`.`invoices` (
`amount` DECIMAL(10, 4) NOT NULL ,
`pdf` MEDIUMBLOB NOT NULL ,
`date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ,
+ `proof` MEDIUMBLOB DEFAULT NULL ,
`status` ENUM('paid','unpaid') NOT NULL DEFAULT 'unpaid' ,
PRIMARY KEY (`id`)
);