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:
authorAurélien Minet <amlabs@free.fr>2018-06-11 13:45:50 +0300
committerAurélien Minet <amlabs@free.fr>2018-06-11 15:09:03 +0300
commit7df69e9c8be33af071e0c7d5de5c394e2dfc504b (patch)
tree40440ba1aa3f21cdb39e0e8ed6ea67c4ecd23f51 /appinfo
parentd68a95d235db49494867535aa511d0ca26d2cf0a (diff)
Setting user_saml_users::uid as primary key for the table
Signed-off-by: A. Minet <amlabs@NOSPAM.free.fr>
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>