mysql schema currently broken in 3.0.1
21 Jan
2014
21 Jan
'14
12:47 p.m.
This commit 3d00eb1 "Acctsession time is unsigned int" broke the mysql schema, it generates a SQL Syntax Error The problem is the unsigned qualifier must come after the type declaration, not before it. Attached is a trivial one line fix. Not sure what other branches this might have been committed to (master?), if so it needs to be updated there too. -- John
21 Jan
21 Jan
2:41 p.m.
John Dennis wrote:
The problem is the unsigned qualifier must come after the type declaration, not before it. Attached is a trivial one line fix. Not sure what other branches this might have been committed to (master?), if so it needs to be updated there too.
Applied, thanks. Alan DeKok.
4551
Age (days ago)
4551
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alan DeKok -
John Dennis