add fulfilled

This commit is contained in:
null
2024-03-07 20:16:26 +01:00
parent 3fa57d4da8
commit 21b127bd69
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ table_name = 'conditions'
route = table_name
r = getRethinkDB()
booleans = ["disabled"]
booleans = ["disabled", "fulfilled"]
def create_conditions_routes(app):
# Create a table (if not exists)