Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/48/head
Maxence Lange 2018-11-21 18:15:54 -01:00
rodzic ef225a1dcd
commit d49e0cd236
3 zmienionych plików z 19 dodań i 5 usunięć

Wyświetl plik

@ -91,6 +91,13 @@
<notnull>true</notnull> <notnull>true</notnull>
</field> </field>
<field>
<name>follow_id</name>
<type>text</type>
<length>127</length>
<notnull>true</notnull>
</field>
<field> <field>
<name>accepted</name> <name>accepted</name>
<type>boolean</type> <type>boolean</type>
@ -227,6 +234,13 @@
<notnull>true</notnull> <notnull>true</notnull>
</field> </field>
<field>
<name>instances</name>
<type>text</type>
<length>3000</length>
<notnull>true</notnull>
</field>
<field> <field>
<name>creation</name> <name>creation</name>
<type>timestamp</type> <type>timestamp</type>

Wyświetl plik

@ -5,7 +5,7 @@
<name>Social</name> <name>Social</name>
<summary>🎉 Nextcloud becomes part of the federated social networks!</summary> <summary>🎉 Nextcloud becomes part of the federated social networks!</summary>
<description><![CDATA[test]]></description> <description><![CDATA[test]]></description>
<version>0.0.35</version> <version>0.0.37</version>
<licence>agpl</licence> <licence>agpl</licence>
<author mail="maxence@artificial-owl.com">Maxence Lange</author> <author mail="maxence@artificial-owl.com">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author> <author mail="jus@bitgrid.net">Julius Härtl</author>

8
composer.lock wygenerowano
Wyświetl plik

@ -12,12 +12,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/daita/my-small-php-tools.git", "url": "https://github.com/daita/my-small-php-tools.git",
"reference": "1e70e4c2a6fee89577df1dd37052065e02c4b2e7" "reference": "fc822e4c08072844ad9d58846d407e83a62b3d38"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/daita/my-small-php-tools/zipball/1e70e4c2a6fee89577df1dd37052065e02c4b2e7", "url": "https://api.github.com/repos/daita/my-small-php-tools/zipball/fc822e4c08072844ad9d58846d407e83a62b3d38",
"reference": "1e70e4c2a6fee89577df1dd37052065e02c4b2e7", "reference": "fc822e4c08072844ad9d58846d407e83a62b3d38",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -40,7 +40,7 @@
} }
], ],
"description": "My small PHP Tools", "description": "My small PHP Tools",
"time": "2018-11-20T22:24:36+00:00" "time": "2018-11-20T22:42:57+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],