Uppercase sql

This commit is contained in:
Frederic Guillot 2013-07-09 21:31:46 -04:00
parent b3f5fe5012
commit c33c5ac5b4
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ function version_1($pdo)
id INTEGER PRIMARY KEY,
site_url TEXT,
feed_url TEXT UNIQUE,
title TEXT collate nocase
title TEXT COLLATE NOCASE
)
');