[doc] todo comment

This commit is contained in:
Laurent Peuch 2018-11-05 02:02:19 +01:00
parent cc3416d0ca
commit b3dc56c7c4

View file

@ -4,7 +4,7 @@ db = peewee.SqliteDatabase('db.sqlite')
class Repo(peewee.Model):
name = peewee.CharField()
name = peewee.CharField() # TODO make this uniq/index
url = peewee.CharField()
revision = peewee.CharField(null=True)
app_list = peewee.CharField(null=True)