1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-03-02 10:17:53 +01:00
openstamanager/update/2_4_45.sql
2023-04-26 16:26:05 +02:00

2 lines
235 B
SQL

-- Aggiunto import Preventivi
INSERT INTO `zz_imports` (`id`, `id_module`, `name`, `class`, `created_at`) VALUES (NULL, (SELECT `id` FROM `zz_modules` WHERE `name`='Preventivi'), 'Preventivi', 'Modules\\Preventivi\\Import\\CSV', NULL);