mirror of
https://github.com/bytedream/untisbot-discord.git
synced 2025-06-26 16:00:32 +02:00
Changed LANGUAGE
from tinytext DEFAULT NULL to varchar(3) NOT NULL DEFAULT 'en'
This commit is contained in:
@ -6,7 +6,7 @@ CREATE TABLE IF NOT EXISTS `AbsentTeachers` (
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `Guilds` (
|
||||
`GUILDID` bigint(20) NOT NULL,
|
||||
`LANGUAGE` tinytext DEFAULT NULL,
|
||||
`LANGUAGE` varchar(3) NOT NULL DEFAULT 'en',
|
||||
`USERNAME` tinytext DEFAULT NULL,
|
||||
`PASSWORD` text DEFAULT NULL,
|
||||
`SERVER` tinytext DEFAULT NULL,
|
||||
|
Reference in New Issue
Block a user