4 lines
98 B
MySQL
4 lines
98 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
drop table medications;
|
||
|
drop table medication_logs;
|