Check-in [f088412c49]
Not logged in
Overview

SHA1 Hash:f088412c49121f541d80030aab8b78dca576b817
Date: 2007-11-28 14:31:19
User: drh
Comment:Remove a stray character that snuck unto the rebuild.c source file.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/rebuild.c from [d164c66a47] to [5e55de3bcd].

@@ -31,11 +31,11 @@
 ** Schema changes
 */
 static const char zSchemaUpdates[] =
 @ -- Index on the delta table
 @ --
-@ CREATE INDEX IF NOT EXISTS delta_i1 ON delta(srcid);"
+@ CREATE INDEX IF NOT EXISTS delta_i1 ON delta(srcid);
 @
 @ -- Artifacts that should not be processed are identified in the
 @ -- "shun" table.  Artifacts that are control-file forgeries or
 @ -- spam can be shunned in order to prevent them from contaminating
 @ -- the repository.