Core: Updated to 10.0.5

This commit is contained in:
Shauren
2023-01-28 01:53:26 +01:00
parent 1bb9ba4574
commit 4bec7233ba
41 changed files with 1969 additions and 1517 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE `mail` MODIFY `id` bigint unsigned NOT NULL DEFAULT '0' COMMENT 'Identifier';
ALTER TABLE `mail_items` MODIFY `mail_id` bigint unsigned NOT NULL DEFAULT '0';