This repository has been archived on 2023-07-04. You can view files and clone it, but cannot push or open issues/pull-requests.
blog/migrations/2021-09-13-143540_sections/down.sql

8 lines
237 B
MySQL
Raw Normal View History

2021-11-23 09:32:08 +01:00
-- This file should undo anything in `up.sql`
drop trigger insert_enforce_post_titles on posts;
drop trigger update_enforce_post_titles on posts;
drop function enforce_post_titles;
drop table posts cascade;
drop table sections cascade;