This commit is contained in:
null 2024-03-07 20:00:17 +01:00
parent 511799f85b
commit d57729eb73
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ table_name = 'conditions'
route = table_name route = table_name
r = getRethinkDB() r = getRethinkDB()
booleans = ["disbled"] booleans = ["disabled"]
def create_conditions_routes(app): def create_conditions_routes(app):
# Create a table (if not exists) # Create a table (if not exists)