database: initial manifestlist schema changes

This commit is contained in:
Jimmy Zelinskie 2016-06-15 14:48:46 -04:00
parent 4f95a814c0
commit 9cfd6ec452
2 changed files with 196 additions and 13 deletions

View file

@ -9,7 +9,7 @@
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
disable=missing-docstring,invalid-name,too-many-locals
disable=missing-docstring,invalid-name,too-many-locals,too-few-public-methods,too-many-lines
[TYPECHECK]