文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit 12266181 by 李景熙

删库

parent 37b7875a
......@@ -226,8 +226,8 @@ def find_slice(slice_id):
if __name__ == '__main__':
# Relation.drop_table()
# Relation.create_table()
Relation.delete().where(Relation.relation_id == 67).execute()
Relation.drop_table()
Relation.create_table()
# Relation.delete().where(Relation.relation_id == 67).execute()
# print(get_state(1, 5))
# create_relation(3, 1, 2)
......@@ -267,6 +267,6 @@ def set_state(task_id, state):
if __name__ == '__main__':
# print(find_task_my_task(1,1,1))
# Task.drop_table()
# Task.create_table()
Task.drop_table()
Task.create_table()
print(judge_completed(49, 1))
......@@ -154,5 +154,6 @@ def get_username(id):
if __name__ == '__main__':
User.drop_table()
User.create_table()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment