Update databaseGlobals.js
This commit is contained in:
parent
01e0b94d35
commit
0b8ab9f194
@ -224,7 +224,6 @@ async function setupDatabase() {
|
||||
|
||||
await conn.query(`
|
||||
CREATE TABLE IF NOT EXISTS playersCapes (
|
||||
id INTEGER PRIMARY KEY AUTO_INCREMENT,
|
||||
playerUuid VARCHAR(36) NOT NULL,
|
||||
assetHash VARCHAR(64) NOT NULL,
|
||||
isSelected TINYINT(1) DEFAULT 0,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user