add file informations after uploading the files

This commit is contained in:
MitanOmar
2020-05-24 18:18:00 +02:00
parent 93f00cfaa8
commit 043b4081ec
8 changed files with 77 additions and 9 deletions

View File

@@ -32,3 +32,7 @@ $update_schema[9]['sql'] = [
// function () {
// },
// ];
$update_schema[10]['sql'] = [
'about_files' => "ALTER TABLE `{$dbprefix}files` ADD `about` LONGTEXT NULL DEFAULT NULL AFTER `real_filename`;",
];