Skip to content

Commit

Permalink
Prepare for more stripe function
Browse files Browse the repository at this point in the history
  • Loading branch information
ptibogxiv committed Sep 27, 2018
1 parent 60c74a6 commit a05bdcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions htdocs/install/mysql/migration/8.0.0-9.0.0.sql
Expand Up @@ -70,6 +70,9 @@ ALTER TABLE llx_payment_salary ADD COLUMN fk_projet integer DEFAULT NULL after a

ALTER TABLE llx_categorie ADD COLUMN ref_ext varchar(255);

ALTER TABLE llx_paiement ADD COLUMN key_charge varchar(128);
ALTER TABLE llx_paiement ADD COLUMN site varchar(128);

ALTER TABLE llx_societe ADD COLUMN twitter varchar(255) after skype;
ALTER TABLE llx_societe ADD COLUMN facebook varchar(255) after skype;
ALTER TABLE llx_societe ADD COLUMN instagram varchar(255) after skype;
Expand Down

0 comments on commit a05bdcc

Please sign in to comment.