提交 e4d65e53 编写于 作者: M Michael Casadevall

fixed update_db not to have a braindead mistake. Don't write code at 1 in the

morning and then submit it for inclusion ....
Signed-off-by: NMichael Casadevall <sonicmctails@gmail.com>
上级 279743ce
......@@ -50,6 +50,7 @@ Updates dak's database schema to the lastest version. You should disable crontab
################################################################################
def update_db_to_zero(self):
# This function will attempt to update a pre-zero database schema to zero
......@@ -133,7 +134,7 @@ Updates dak's database schema to the lastest version. You should disable crontab
dakdb = __import__("dakdb", globals(), locals(), ['update'+str(i+1)])
update_module = getattr(dakdb, "update"+str(i+1))
update_module.do_update(self)
database_revision /+ 1
database_revision =+ 1
################################################################################
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册