Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Schießle <bjoern@schiessle.org>2018-11-22 00:54:30 +0300
committerGitHub <noreply@github.com>2018-11-22 00:54:30 +0300
commit886e4355233380ea6289dbbd24a72466d2f52b6d (patch)
tree900be0d207d2ae914da96505c0b103c1cd291daa /appinfo
parent0aeaa0401a7e6cc0236003da29a6e3051647f55d (diff)
parent7df69e9c8be33af071e0c7d5de5c394e2dfc504b (diff)
Merge pull request #218 from aminet/master
Setting uid as primary key for the table user_saml_users
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index b370a829..5394604e 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -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> \ No newline at end of file
+</database>