mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-28 06:29:27 +01:00
Aumentato limite per campo note in scheda anagrafica
This commit is contained in:
parent
89561fa12e
commit
e86f4f7d62
@ -54,3 +54,6 @@ INSERT INTO `zz_api_resources` (`id`, `version`, `type`, `resource`, `class`, `e
|
|||||||
|
|
||||||
-- Fix visualizzazione attività in dashboard
|
-- Fix visualizzazione attività in dashboard
|
||||||
UPDATE `zz_segments` SET `clause` = '(orario_inizio BETWEEN \'|period_start|\' AND \'|period_end|\' OR orario_fine BETWEEN \'|period_start|\' AND \'|period_end|\')' WHERE `zz_segments`.`name` = 'Attività';
|
UPDATE `zz_segments` SET `clause` = '(orario_inizio BETWEEN \'|period_start|\' AND \'|period_end|\' OR orario_fine BETWEEN \'|period_start|\' AND \'|period_end|\')' WHERE `zz_segments`.`name` = 'Attività';
|
||||||
|
|
||||||
|
-- Aumentato limite per campo note in scheda anagrafica
|
||||||
|
ALTER TABLE `an_anagrafiche` CHANGE `note` `note` TEXT NOT NULL;
|
Loading…
x
Reference in New Issue
Block a user