From a93a1e44604484040f20999869f53262111e7836 Mon Sep 17 00:00:00 2001 From: AnCry1596 <157439311+AnCry1596@users.noreply.github.com> Date: Sat, 30 Mar 2024 14:10:45 +0700 Subject: [PATCH] Fix Wrong Column recording type --- troubleshooting/migration-failed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troubleshooting/migration-failed.md b/troubleshooting/migration-failed.md index 34a1a89..1b9da69 100644 --- a/troubleshooting/migration-failed.md +++ b/troubleshooting/migration-failed.md @@ -231,7 +231,7 @@ CREATE TABLE IF NOT EXISTS `Recording` ( `guildId` bigint(20) DEFAULT NULL, `channelId` bigint(20) DEFAULT NULL, `creator` bigint(20) DEFAULT NULL, - `recording` text DEFAULT NULL, + `recording` longblob DEFAULT NULL, `participants` mediumblob DEFAULT NULL, `created` bigint(20) DEFAULT NULL, PRIMARY KEY (`id`)