Files
cacti-plugin-weathermap/weathermap_sql_text_default.patch
Aldemir Akpinar d9ff6537e0 Accepting request 244703 from home:worldcitizen:branches:server:monitoring
Added a sql fix as config text NOT NULL default '' causes problems on mysql > 5
Corrected the owner of the configs and the output directory

OBS-URL: https://build.opensuse.org/request/show/244703
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/cacti-plugin-weathermap?expand=0&rev=4
2014-08-14 13:16:23 +00:00

12 lines
473 B
Diff

--- weathermap.orig/setup.php 2013-03-22 10:26:47.000000000 +0100
+++ weathermap/setup.php 2014-08-14 14:35:30.802447437 +0200
@@ -283,7 +283,7 @@
titlecache text NOT NULL,
filehash varchar (40) NOT NULL default '',
warncount int(11) NOT NULL default 0,
- config text NOT NULL default '',
+ config text NOT NULL,
thumb_width int(11) NOT NULL default 0,
thumb_height int(11) NOT NULL default 0,
schedule varchar(32) NOT NULL default '*',