Move to migrations

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2020-06-30 21:39:09 +02:00
parent 24c9ad541b
commit 5185d9efb5
3 changed files with 66 additions and 59 deletions

View File

@@ -1,58 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<database>
<name>*dbname*</name>
<create>true</create>
<overwrite>false</overwrite>
<charset>utf8</charset>
<table>
<name>*dbprefix*users_external</name>
<declaration>
<field>
<name>backend</name>
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>128</length>
</field>
<field>
<name>uid</name>
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>64</length>
</field>
<field>
<name>displayname</name>
<type>text</type>
<default></default>
<notnull>false</notnull>
<length>64</length>
</field>
<index>
<name>users_unique</name>
<primary>true</primary>
<unique>true</unique>
<field>
<name>uid</name>
<sorting>ascending</sorting>
</field>
<field>
<name>backend</name>
<sorting>ascending</sorting>
</field>
</index>
</declaration>
</table>
</database>

View File

@@ -16,7 +16,7 @@
Read the [documentation](https://github.com/nextcloud/user_external#readme) to learn how to configure it!
]]></description>
<version>0.10.0</version>
<version>0.10.1</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<types>