Added most relevant code for blog
This commit is contained in:
parent
f98f0e2d4e
commit
07f25219d6
19 changed files with 2515 additions and 0 deletions
7
migrations/2021-09-13-143540_sections/down.sql
Normal file
7
migrations/2021-09-13-143540_sections/down.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- 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;
|
||||
Reference in a new issue