Skip to content

Commit

Permalink
Change size password column to use different password encoders
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel Garcia committed May 3, 2017
1 parent acd1144 commit f84f396
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

create table IF NOT EXISTS users(
username varchar(50) not null primary key,
password varchar(50) not null,
password varchar(2048) not null,
enabled boolean not null);

create table IF NOT EXISTS authorities (
Expand Down

0 comments on commit f84f396

Please sign in to comment.