projects
/
project/imagecache.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
#143082 by recidive, fix _install remove DEFAULT from TEXT COLUMN
[project/imagecache.git]
/
imagecache.install
diff --git
a/imagecache.install
b/imagecache.install
index
cffc50a
..
4ca2bdd
100644
(file)
--- a/
imagecache.install
+++ b/
imagecache.install
@@
-15,7
+15,7
@@
function imagecache_install() {
actionid INT UNSIGNED NOT NULL PRIMARY KEY,
presetid INT UNSIGNED NOT NULL DEFAULT 0,
weight INT NOT NULL DEFAULT 0,
- data TEXT NOT NULL DEFAULT \'\')
+ data TEXT NOT NULL)
/*!40100 DEFAULT CHARACTER SET utf8 */'
);
break;