ALTER TABLE members_recentactivities ALTER COLUMN title TYPE VARCHAR(60);
This commit is contained in:
@@ -144,7 +144,7 @@ long WrenchLogRecent(CVars in, CVars &out) {
|
||||
logfmt(logINFO, "WrenchLogRecent()");
|
||||
try {
|
||||
REQ_LONG(in, "member_id", 1, -1);
|
||||
REQ_STRING(in, "title", 5, 35, "(.*)");
|
||||
REQ_STRING(in, "title", 5, 60, "(.*)");
|
||||
REQ_STRING(in, "description", 5, 100, "(.*)");
|
||||
|
||||
CVars xx;
|
||||
|
||||
Reference in New Issue
Block a user