Drop post updates table.

This commit is contained in:
evazion
2019-08-29 00:28:54 -05:00
parent d73895312e
commit d56b56a6a1
4 changed files with 9 additions and 52 deletions

View File

@@ -2593,15 +2593,6 @@ CREATE SEQUENCE public.post_replacements_id_seq
ALTER SEQUENCE public.post_replacements_id_seq OWNED BY public.post_replacements.id;
--
-- Name: post_updates; Type: TABLE; Schema: public; Owner: -
--
CREATE UNLOGGED TABLE public.post_updates (
post_id integer
);
--
-- Name: post_votes; Type: TABLE; Schema: public; Owner: -
--
@@ -7335,6 +7326,7 @@ INSERT INTO "schema_migrations" (version) VALUES
('20190827014726'),
('20190827233235'),
('20190827234625'),
('20190828005453');
('20190828005453'),
('20190829052629');