[dev] I just noticed a couple of commas missing in the classified.mysql.sql
eculp
eculp at encontacto.net
Thu Dec 27 12:36:30 UTC 2007
I just noticed a couple of commas missing in the classified.mysql.sql
probably easier to just add the commas than to use the patch but
attached anyway.
ed
-------------- next part --------------
Index: classified.mysql.sql
===================================================================
RCS file: /repository/incubator/classified/scripts/sql/classified.mysql.sql,v
retrieving revision 1.5
diff -r1.5 classified.mysql.sql
23,24c23,24
< KEY `sponsored` (`sponsored`)
< KEY `ad_price` (`ad_price`)
---
> KEY `sponsored` (`sponsored`),
> KEY `ad_price` (`ad_price`),
More information about the dev
mailing list