-- This file should undo anything in `up.sql`
DROP TABLE IF EXISTS clients;
DROP TABLE IF EXISTS ownership;
DROP TABLE IF EXISTS history;
DROP TABLE IF EXISTS pair_records;
Powered by TurnKey Linux.