forked from Wavyzz/dolibarr
Email and poll author are now retrieved from the logged user
This commit is contained in:
@@ -24,4 +24,5 @@ ALTER TABLE `llx_opensurvey_sondage` DROP INDEX `idx_id_sondage_admin` ;
|
||||
ALTER TABLE `llx_opensurvey_sondage` DROP COLUMN `id_sondage_admin` ;
|
||||
ALTER TABLE `llx_opensurvey_sondage` DROP COLUMN `canedit` ;
|
||||
ALTER TABLE `llx_opensurvey_sondage` ADD COLUMN `allow_spy` TINYINT( 1 ) UNSIGNED NOT NULL AFTER `allow_comments` ;
|
||||
ALTER TABLE `llx_opensurvey_sondage` DROP `origin` ;
|
||||
ALTER TABLE `llx_opensurvey_sondage` DROP `origin` ;
|
||||
ALTER TABLE `llx_opensurvey_sondage` ADD `fk_user_creat` INT( 11 ) UNSIGNED NOT NULL AFTER `nom_admin` ;
|
||||
Reference in New Issue
Block a user