Update README.me

This commit is contained in:
Marcin Łojewski
2018-12-16 12:35:52 +01:00
parent fb029b8b27
commit c56cbfb215

View File

@@ -119,7 +119,8 @@ CREATE TABLE sql_user
home TEXT NULL, home TEXT NULL,
password TEXT NOT NULL, password TEXT NOT NULL,
active TINYINT(1) NOT NULL DEFAULT '1', 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 CREATE TABLE sql_group
@@ -206,6 +207,10 @@ Whirlpool | | 74dfc2b27acfa364da55f93a5caee29ccad3557247eda238831b3e9bd931b01d77
## Development ## 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 #### New database driver support
Add a new class in the `OCA\UserSQL\Platform` namespace which extends the `AbstractPlatform` class. Add a new class in the `OCA\UserSQL\Platform` namespace which extends the `AbstractPlatform` class.