syntax bugfix: use ) instead of }

This commit is contained in:
Stefan Pollach 2002-05-16 20:14:29 +00:00
parent c12d376466
commit ce8c2221db

View file

@ -21,7 +21,7 @@ create table IMAGE (
MODIFYTIME datetime, MODIFYTIME datetime,
MODIFIER mediumint(9), MODIFIER mediumint(9),
primary key (ID) primary key (ID)
}; );
#---------------------------- #----------------------------
# Indexes on table IMAGE # Indexes on table IMAGE