This commit is contained in:
Tiavina 2025-03-02 12:09:31 +03:00
parent 839e4f62e5
commit 2462fe4a34

View File

@ -0,0 +1,5 @@
alter table oc_gestion_facture
add column fk_client_id INT DEFAULT NULL,
add column fk_client_group_facturation_id INT DEFAULT NULL,
add column month int DEFAULT NULL,
add column year int DEFAULT NULL;