mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-03-02 10:17:53 +01:00
2 lines
235 B
SQL
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); |