projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a2291d
)
Very annoying typo. >:-)
author
khoff
<khoff>
Thu, 31 Mar 2005 05:02:51 +0000
(
05:02
+0000)
committer
khoff
<khoff>
Thu, 31 Mar 2005 05:02:51 +0000
(
05:02
+0000)
httemplate/docs/upgrade10.html
patch
|
blob
|
history
diff --git
a/httemplate/docs/upgrade10.html
b/httemplate/docs/upgrade10.html
index
c7d5db8
..
70a9aee
100644
(file)
--- a/
httemplate/docs/upgrade10.html
+++ b/
httemplate/docs/upgrade10.html
@@
-196,7
+196,7
@@
CREATE INDEX part_pkg_option2 ON part_pkg_option ( optionname );
CREATE TABLE rate (
ratenum serial NOT NULL,
- r
e
atename varchar(80) NOT NULL,
+ ratename varchar(80) NOT NULL,
PRIMARY KEY (ratenum)
);