Merge branch '1.1.x'

This commit is contained in:
Dave Syer
2014-08-25 17:18:36 +01:00
12 changed files with 392 additions and 0 deletions

View File

@@ -1,10 +0,0 @@
create table users (
username varchar(256),
password varchar(256),
enabled boolean
);
create table authorities (
username varchar(256),
authority varchar(256)
);