This repository has been archived on 2023-07-04. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-11-23 09:32:08 +01:00
|
|
|
-- This file should undo anything in `up.sql`
|
2021-12-23 16:28:43 +01:00
|
|
|
drop trigger insert_enforce_version_titles on versions;
|
|
|
|
drop trigger update_enforce_version_titles on versions;
|
|
|
|
drop function enforce_version_titles;
|
2021-12-25 10:42:36 +01:00
|
|
|
drop index sections_shortname_index;
|
2021-11-23 09:32:08 +01:00
|
|
|
|
2021-12-23 16:28:43 +01:00
|
|
|
drop table versions cascade;
|
2021-12-23 23:28:26 +01:00
|
|
|
drop table tags cascade;
|
2021-11-23 09:32:08 +01:00
|
|
|
drop table posts cascade;
|
|
|
|
drop table sections cascade;
|