mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Add case insensitive command.
This commit is contained in:
parent
07e9652ce1
commit
c9a389e1ea
@ -1,5 +1,7 @@
|
||||
--- $Id$
|
||||
|
||||
SET IGNORECASE TRUE;
|
||||
|
||||
CREATE TABLE users (
|
||||
username VARCHAR(50) NOT NULL PRIMARY KEY,
|
||||
password VARCHAR(50) NOT NULL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user