mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +01:00
add file informations after uploading the files
This commit is contained in:
@@ -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`;",
|
||||
];
|
||||
Reference in New Issue
Block a user