Increased character limit on presence.name

Increased the character limit for the presence name from 20 to 30.
master
Peery 2 years ago
parent f9c8f9e7c9
commit 6b3592e0b7

@ -22,7 +22,7 @@ CREATE TABLE IF NOT EXISTS Topic ( -- as of yet unimplemented, see Art_Topic
);
CREATE TABLE IF NOT EXISTS Presence (
name CHAR(20) NOT NULL,
name CHAR(30) NOT NULL,
domain CHAR(20) NOT NULL,
link VARCHAR,
artist_ID INTEGER NOT NULL,

Loading…
Cancel
Save