increased username allowed length
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ class Data_table(Table):
|
||||
f'CREATE TABLE {self._name} '
|
||||
'('
|
||||
'id SERIAL PRIMARY KEY, '
|
||||
'username VARCHAR(15) NOT NULL, '
|
||||
'username VARCHAR(150) NOT NULL, '
|
||||
'time TIMESTAMPTZ NOT NULL, '
|
||||
'content TEXT NOT NULL, '
|
||||
'UNIQUE (username, time, content) '
|
||||
|
||||
Reference in New Issue
Block a user