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

View file

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