message edit rewritten. history bug fixed. ui improvements
This commit is contained in:
parent
50825c238c
commit
1d5d9d6e47
5 changed files with 13 additions and 29 deletions
|
@ -40,7 +40,7 @@ class History(object):
|
|||
' id INTEGER PRIMARY KEY,'
|
||||
' message TEXT,'
|
||||
' owner INTEGER,'
|
||||
' unix_time INTEGER,'
|
||||
' unix_time REAL,'
|
||||
' message_type INTEGER'
|
||||
')')
|
||||
db.commit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue