mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
NEW WebPortal SQL
This commit is contained in:
@@ -105,3 +105,7 @@ INSERT INTO llx_const (name, entity, value, type, visible) VALUES ('PROPOSAL_ALL
|
||||
ALTER TABLE llx_bookcal_availabilities ADD COLUMN fk_bookcal_calendar integer NOT NULL;
|
||||
|
||||
ALTER TABLE llx_bookcal_calendar ADD COLUMN visibility integer NOT NULL DEFAULT 1;
|
||||
|
||||
-- Update website type
|
||||
UPDATE llx_societe_account SET site = 'dolibarr_website' WHERE fk_website > 0 AND site IS NULL;
|
||||
ALTER TABLE llx_societe_account MODIFY COLUMN site varchar(128) NOT NULL;
|
||||
|
||||
Reference in New Issue
Block a user