1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-14 08:26:43 +01:00
openstamanager/update/2_4_31.sql

5 lines
202 B
MySQL
Raw Normal View History

-- Aggiunta dicitura fissa nei segmenti fiscali
2022-02-09 14:32:03 +01:00
ALTER TABLE `zz_segments` ADD `dicitura_fissa` TEXT NOT NULL AFTER `note`;
-- Fix codice iva
UPDATE `co_iva` SET `codice`=`id` WHERE `codice` IS NULL;