Skip to content
Snippets Groups Projects
Commit 7a631b1f authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

New: Debut date fin adhesion sur adhesion.

parent e0dee028
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ update llx_actioncomm set fk_action = 9 where fk_action = 10; ...@@ -34,7 +34,7 @@ update llx_actioncomm set fk_action = 9 where fk_action = 10;
ALTER TABLE llx_cotisation ADD COLUMN datef date after dateadh; ALTER TABLE llx_cotisation ADD COLUMN datef date after dateadh;
ALTER TABLE llx_cotisation modify datef date; ALTER TABLE llx_cotisation modify datef date;
ALTER TABLE llx_cotisation ADD UNIQUE INDEX uk_cotisation (fk_adherent,dateadh); ALTER TABLE llx_cotisation ADD UNIQUE INDEX uk_cotisation (fk_adherent,dateadh);
update llx_cotisation set datef = ADDDATE(ADDDATE(dateadh, INTERVAL 1 YEAR),INTERVAL -1 DAY); -- V4.1 update llx_cotisation set datef = ADDDATE(ADDDATE(dateadh, INTERVAL 1 YEAR),INTERVAL -1 DAY);
update llx_const set name='MAIN_ENABLE_DEVELOPMENT' where name='MAIN_SHOW_DEVELOPMENT_MODULES'; update llx_const set name='MAIN_ENABLE_DEVELOPMENT' where name='MAIN_SHOW_DEVELOPMENT_MODULES';
delete from llx_const where name='MAIN_SHOW_DEVELOPMENT_MODULES'; delete from llx_const where name='MAIN_SHOW_DEVELOPMENT_MODULES';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment