automation: update schema dump

This commit is contained in:
unit3d-bot
2025-06-18 04:43:43 +00:00
parent b16232a8cf
commit fbd01555cf

View File

@@ -1443,7 +1443,7 @@ CREATE TABLE `requests` (
`filled_anon` tinyint(1) NOT NULL DEFAULT '0',
`approved_by` int unsigned DEFAULT NULL,
`approved_when` datetime DEFAULT NULL,
`type_id` smallint unsigned NOT NULL,
`type_id` smallint unsigned DEFAULT NULL,
`resolution_id` smallint unsigned DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `category_id` (`category_id`),
@@ -2966,3 +2966,4 @@ INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (348,'2025_04_15_09
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (349,'2025_05_28_084740_update_torrent_balance',1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (350,'2025_06_11_053944_alter_users_drop_active',1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (351,'2025_06_11_064742_rename_password_resets_to_password_reset_tokens',1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (352,'2025_06_17_084333_alter_requests_nullable_type_id',1);