Skip to content

Commit c56cbfb

Browse files
committed
Update README.me
1 parent fb029b8 commit c56cbfb

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ CREATE TABLE sql_user
119119
home TEXT NULL,
120120
password TEXT NOT NULL,
121121
active TINYINT(1) NOT NULL DEFAULT '1',
122-
provide_avatar BOOLEAN NOT NULL DEFAULT FALSE
122+
provide_avatar BOOLEAN NOT NULL DEFAULT FALSE,
123+
salt TEXT NULL
123124
);
124125
125126
CREATE TABLE sql_group
@@ -206,6 +207,10 @@ Whirlpool | | 74dfc2b27acfa364da55f93a5caee29ccad3557247eda238831b3e9bd931b01d77
206207

207208
## Development
208209

210+
#### Testing environment
211+
212+
There is a [vagrant](https://github.com/mlojewski-me/user_sql-vagrant) box which you can use at development stage.
213+
209214
#### New database driver support
210215

211216
Add a new class in the `OCA\UserSQL\Platform` namespace which extends the `AbstractPlatform` class.

0 commit comments

Comments
 (0)