yoake/migrations/2023-06-13-192016_med_management/down.sql

4 lines
98 B
MySQL
Raw Normal View History

2023-06-18 18:17:28 -05:00
-- This file should undo anything in `up.sql`
drop table medications;
drop table medication_logs;