mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[doc] todo comment
This commit is contained in:
parent
cc3416d0ca
commit
b3dc56c7c4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ db = peewee.SqliteDatabase('db.sqlite')
|
||||||
|
|
||||||
|
|
||||||
class Repo(peewee.Model):
|
class Repo(peewee.Model):
|
||||||
name = peewee.CharField()
|
name = peewee.CharField() # TODO make this uniq/index
|
||||||
url = peewee.CharField()
|
url = peewee.CharField()
|
||||||
revision = peewee.CharField(null=True)
|
revision = peewee.CharField(null=True)
|
||||||
app_list = peewee.CharField(null=True)
|
app_list = peewee.CharField(null=True)
|
||||||
|
|
Loading…
Add table
Reference in a new issue