UHGGHGHGHHG

This commit is contained in:
Christopher Cookman 2024-12-19 18:39:37 -07:00
parent d165494cae
commit 2ce820585d
2 changed files with 1 additions and 2 deletions

View file

@ -8,5 +8,5 @@ CREATE TABLE guilds (
reasonLong VARCHAR(2048),
reasonsFlag INT,
banTimestamp TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
expiresTimestamp TIMESTAMP DEFAULT NULL
expiresTimestamp TIMESTAMP
);

View file

@ -1 +0,0 @@
INSERT INTO ubs.bans (robloxId,discordId,robloxUsername,discordUsername,reasonShort,reasonLong,reasonsFlag) VALUES (999999999,123456789,'testuser','testuser', "Example Short", "Example Long", 20);