diff --git a/README.md b/README.md index f648cb0..fca9177 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,8 @@ CREATE TABLE sql_user home TEXT NULL, password TEXT NOT NULL, active TINYINT(1) NOT NULL DEFAULT '1', - provide_avatar BOOLEAN NOT NULL DEFAULT FALSE + provide_avatar BOOLEAN NOT NULL DEFAULT FALSE, + salt TEXT NULL ); CREATE TABLE sql_group @@ -206,6 +207,10 @@ Whirlpool | | 74dfc2b27acfa364da55f93a5caee29ccad3557247eda238831b3e9bd931b01d77 ## Development +#### Testing environment + +There is a [vagrant](https://github.com/mlojewski-me/user_sql-vagrant) box which you can use at development stage. + #### New database driver support Add a new class in the `OCA\UserSQL\Platform` namespace which extends the `AbstractPlatform` class.