-- Drop activity logging table -- Migration: 018_create_activity_logs_table.down.sql DROP TABLE IF EXISTS activity_logs;