Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion troubleshooting/migration-failed.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down