mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-22 19:41:03 +00:00
3 lines
95 B
MySQL
3 lines
95 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
ALTER TABLE users DROP COLUMN last_fetched_date;
|