scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 126  →  ?path2? @ 128
/file.php
@@ -105,7 +105,7 @@
$db->beginTransaction();
## Create tags table if it does not exist.
$db->query('CREATE TABLE IF NOT EXISTS "tags" ("hash" text NOT NULL COLLATE NOCASE, "tag" text COLLATE NOCASE)');
$db->query('CREATE TABLE IF NOT EXISTS "tags" ("hash" text NOT NULL COLLATE NOCASE, "tag" text COLLATE NOCASE, UNIQUE("hash", "tag") ON CONFLICT REPLACE)');
## Now add all the tags.
foreach($tags as $tag) {