summaryrefslogtreecommitdiff
path: root/nop/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'nop/models.py')
-rw-r--r--nop/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nop/models.py b/nop/models.py
index 6aeb794..1b39eed 100644
--- a/nop/models.py
+++ b/nop/models.py
@@ -30,6 +30,7 @@ class Standby(models.Model):
db_table = u'standby'
ordering = ['-timestamp']
+
class State(models.Model):
timestamp = models.BigIntegerField(primary_key=True)
state = models.CharField(max_length=96, blank=True)