We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb029b8 commit c56cbfbCopy full SHA for c56cbfb
1 file changed
README.md
@@ -119,7 +119,8 @@ CREATE TABLE sql_user
119
home TEXT NULL,
120
password TEXT NOT NULL,
121
active TINYINT(1) NOT NULL DEFAULT '1',
122
- provide_avatar BOOLEAN NOT NULL DEFAULT FALSE
+ provide_avatar BOOLEAN NOT NULL DEFAULT FALSE,
123
+ salt TEXT NULL
124
);
125
126
CREATE TABLE sql_group
@@ -206,6 +207,10 @@ Whirlpool | | 74dfc2b27acfa364da55f93a5caee29ccad3557247eda238831b3e9bd931b01d77
206
207
208
## Development
209
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
214
#### New database driver support
215
216
Add a new class in the `OCA\UserSQL\Platform` namespace which extends the `AbstractPlatform` class.
0 commit comments