summaryrefslogtreecommitdiffstats
path: root/models.py
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-07-10 21:50:43 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-07-10 21:50:43 -0400
commitb4a2e939e347f743764912f09c7a3395ce37268d (patch)
tree9d3af4f0880a5c526990b0bef43e3550422282e9 /models.py
parent687d859106e795394a3c925c1f98af06802bfc02 (diff)
downloadtracker-b4a2e939e347f743764912f09c7a3395ce37268d.tar.gz
Adding browser key feature, better handling unicode
Diffstat (limited to 'models.py')
-rw-r--r--models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/models.py b/models.py
index fcdb0a3..8933595 100644
--- a/models.py
+++ b/models.py
@@ -93,6 +93,7 @@ class BrowserEvent(Event, Base):
url = Column(String)
title = Column(String)
+ browser_key = Column(String)
if __name__ == "__main__":