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