From c56cbfb215776e088a5c41f456c685e32a7f12fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=81ojewski?= Date: Sun, 16 Dec 2018 12:35:52 +0100 Subject: [PATCH] Update README.me --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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.