#!/bin/bash

for tenant in $(poem-tenant -l)
do
    poem-manage tenant_command --schema=$tenant clearsessions
done
