-- =============================================
-- Drops the legacy person_qr_codes table.
-- QR tokens now live only in the qr_token column on
-- students, teachers, and school_staff.
-- Run in phpMyAdmin SQL tab.
-- =============================================

DROP TABLE IF EXISTS `person_qr_codes`;
