Skip to content

Commit 65c43ed

Browse files
committed
fix: agents.md, 7 colonne dichiarate, 8 valori - NULL finiva su nome
1 parent f38911b commit 65c43ed

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,7 @@ VALUES (1, LAST_INSERT_ID(), 'Mio Plugin');
278278
### Registering Settings (`zz_settings`)
279279

280280
```sql
281-
INSERT INTO `zz_settings` (`nome`, `valore`, `tipo`, `editable`, `sezione`, `order`, `is_user_setting`)
282-
VALUES
281+
INSERT INTO `zz_settings` (`id`, `nome`, `valore`, `tipo`, `editable`, `sezione`, `order`, `is_user_setting`) VALUES
283282
(NULL, 'Abilita funzionalità X', '0', 'boolean', 1, 'Generali', 10, 0);
284283

285284
INSERT INTO `zz_settings_lang` (`id_lang`, `id_record`, `title`, `help`)

0 commit comments

Comments
 (0)