Merge pull request #218 from aminet/master

Setting uid as primary key for the table user_saml_users
This commit is contained in:
Björn Schiessle 2018-11-21 22:54:30 +01:00 committed by GitHub
commit 886e435523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@
<type>text</type>
<default></default>
<notnull>true</notnull>
<primary>true</primary>
<length>64</length>
</field>
@ -68,4 +69,4 @@
</field>
</declaration>
</table>
</database>
</database>