projects
/
bse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74b21f6
)
make the new summary text instead
author
Tony Cook
<tony@develop-help.com>
Mon, 26 Feb 2007 06:40:42 +0000
(06:40 +0000)
committer
tony
<tony@45cb6cf1-00bc-42d2-bb5a-07f51df49f94>
Mon, 26 Feb 2007 06:40:42 +0000
(06:40 +0000)
schema/bse.sql
patch
|
blob
|
blame
|
history
diff --git
a/schema/bse.sql
b/schema/bse.sql
index 6e81db94dca1220ba25ce85ea057e9c59e32f2f4..cf223f4a3cb58aeef54da6cc44988bc22e42f38d 100644
(file)
--- a/
schema/bse.sql
+++ b/
schema/bse.sql
@@
-88,7
+88,7
@@
CREATE TABLE article (
metaKeywords varchar(255) default '' not null,
-- x just so we don't get a name issue with product
- summaryx
varchar(255)
default '' not null,
+ summaryx
text
default '' not null,
PRIMARY KEY (id),