schoubi
schoubi
EUR is not available, you should add the column by yourself : ``` ~/Cointrol/cointrol $ sqlite3 cointrol.sqlite3 sqlite> alter table bitstamp_balance add column eur_balance decimal; sqlite> alter table bitstamp_balance add...
hi, I just discovered your two amazing tools, thanks for that, and i'm stuck at the same point. I'm trying to lint some salt files, with a lot of values...
hi, I just stumbled upon it : https://github.com/pluginsGLPI/ocsinventoryng/blob/ec4dfabed9bfd8ac587a3c2efb4536f09f3fe7aa/hook.php#L2246-L2249 should be : ``` $query = "INSERT INTO `glpi_notificationtemplates` VALUES (NULL, 0, 'Computers not imported', 'PluginOcsinventoryngNotimportedcomputer', NOW(), NULL, NOW());"; ``` - one...
``` MariaDB [glpi]> describe glpi_notificationtemplates; +---------------+------------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +---------------+------------------+------+-----+---------+----------------+ | date_creation | timestamp | YES | MUL | NULL...