Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/547/head
Maxence Lange 2019-05-27 16:56:06 -01:00
rodzic 0c8dce5c61
commit 169b4927e5
3 zmienionych plików z 9 dodań i 6 usunięć

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": "71dda56cec1c9dadad73497ebf5ce98287fe0f99" "reference": "732d54bca742e3ecdb2b544589550a37172c1258"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/daita/my-small-php-tools/zipball/71dda56cec1c9dadad73497ebf5ce98287fe0f99", "url": "https://api.github.com/repos/daita/my-small-php-tools/zipball/732d54bca742e3ecdb2b544589550a37172c1258",
"reference": "71dda56cec1c9dadad73497ebf5ce98287fe0f99", "reference": "732d54bca742e3ecdb2b544589550a37172c1258",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -40,7 +40,7 @@
} }
], ],
"description": "My small PHP Tools", "description": "My small PHP Tools",
"time": "2019-05-18T16:08:10+00:00" "time": "2019-05-27T17:53:41+00:00"
}, },
{ {
"name": "friendica/json-ld", "name": "friendica/json-ld",

Wyświetl plik

@ -969,9 +969,12 @@ class CoreRequestBuilder {
self::TABLE_REQUEST_QUEUE, self::TABLE_REQUEST_QUEUE,
self::TABLE_ACTORS, self::TABLE_ACTORS,
self::TABLE_STREAMS, self::TABLE_STREAMS,
self::TABLE_HASHTAGS,
self::TABLE_FOLLOWS, self::TABLE_FOLLOWS,
self::TABLE_CACHE_ACTORS, self::TABLE_CACHE_ACTORS,
self::TABLE_CACHE_DOCUMENTS self::TABLE_CACHE_DOCUMENTS,
self::TABLE_STREAM_QUEUE,
self::TABLE_STREAM_ACTIONS
]; ];
foreach ($tables as $table) { foreach ($tables as $table) {

Wyświetl plik

@ -422,7 +422,7 @@ class Version0002Date20190506000001 extends SimpleMigrationStep {
$table->addColumn( $table->addColumn(
'attachments', Type::TEXT, 'attachments', Type::TEXT,
[ [
'notnull' => true 'notnull' => false
] ]
); );
$table->addColumn( $table->addColumn(