Skip to content
Snippets Groups Projects
Commit 9ad12d39 authored by Antoine Rey's avatar Antoine Rey
Browse files

Merge pull request #134 from broccolinisoup/master

owners search has been case insensitive
parents df4e3a55 e7f68999
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ CREATE INDEX types_name ON types (name);
CREATE TABLE owners (
id INTEGER IDENTITY PRIMARY KEY,
first_name VARCHAR(30),
last_name VARCHAR(30),
last_name VARCHAR_IGNORECASE(30),
address VARCHAR(255),
city VARCHAR(80),
telephone VARCHAR(20)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment