[#6257] Missing comma in ansel.sql file
Summary Missing comma in ansel.sql file
Queue Ansel
Type Bug
State Resolved
Priority 2. Medium
Owners Michael Rubinsky <mrubinsk (at) horde (dot) org>
Requester paul (dot) g (dot) roy (at) uottawa (dot) ca
Created 02/13/2008 (190 days ago)
Due
Updated 02/13/2008 (190 days ago)
Assigned
Resolved 02/13/2008 (190 days ago)
Attachments
Milestone
Patch No

History
02/13/2008 Michael Rubinsky Comment #2
State ⇒ Resolved
Assigned to Michael Rubinsky
Reply to this comment
fixed, thanks!
02/13/2008 paul (dot) g (dot) roy (at) uottawa (dot) ca Comment #1
Queue ⇒ Ansel
Summary ⇒ Missing comma in ansel.sql file
Type ⇒ Bug
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Reply to this comment
There's a comma missing after the gallery_slug VARCHAR(255) entry in 
CREATE TABLE ansel_galleries block of \ansel\scripts\sql\ansel.sql


     gallery_has_subgalleries    INT NOT NULL DEFAULT 0,
     gallery_slug                VARCHAR(255) [error here]
--
     PRIMARY KEY (gallery_id)

Versions:
ansel/scripts/sql/ansel.sql,v 1.11 2008/02/04

Pulled from cvs on Feb 12/2008

Thanks

Paul