clear schema migrations

This commit is contained in:
byte[] 2020-05-02 20:20:44 -04:00
parent ca8c9fe636
commit c8aa5bba72

View file

@ -2,8 +2,8 @@
-- PostgreSQL database dump
--
-- Dumped from database version 12.1 (Debian 12.1-1.pgdg100+1)
-- Dumped by pg_dump version 12.1 (Debian 12.1-1.pgdg90+1)
-- Dumped from database version 12.2 (Debian 12.2-2.pgdg100+1)
-- Dumped by pg_dump version 12.2 (Debian 12.2-2.pgdg90+1)
SET statement_timeout = 0;
SET lock_timeout = 0;
@ -1237,15 +1237,6 @@ CREATE SEQUENCE public.roles_id_seq
ALTER SEQUENCE public.roles_id_seq OWNED BY public.roles.id;
--
-- Name: schema_migrations; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.schema_migrations (
version character varying NOT NULL
);
--
-- Name: site_notices; Type: TABLE; Schema: public; Owner: -
--
@ -2576,14 +2567,6 @@ ALTER TABLE ONLY public.roles
ADD CONSTRAINT roles_pkey PRIMARY KEY (id);
--
-- Name: schema_migrations schema_migrations_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.schema_migrations
ADD CONSTRAINT schema_migrations_pkey PRIMARY KEY (version);
--
-- Name: site_notices site_notices_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
@ -4651,5 +4634,3 @@ ALTER TABLE ONLY public.gallery_subscriptions
-- PostgreSQL database dump complete
--
INSERT INTO public."schema_migrations" (version) VALUES (20160808041755), (20160809232725), (20160822170235), (20160913153024), (20160915233149), (20160918200925), (20160919034130), (20160920021519), (20160925132327), (20160929150114), (20161009141824), (20161011224029), (20161029012511), (20161030191614), (20161030215925), (20161031002200), (20161031114954), (20161209080614), (20161210105940), (20161228103559), (20170108031907), (20170216020601), (20170326235920), (20170327072407), (20170410193327), (20170412013535), (20170425214508), (20170425225954), (20170502231917), (20170621040031), (20170621062427), (20170807225232), (20170910003727), (20170910131245), (20170915013822), (20171020012152), (20171205041859), (20180105002050), (20180105181254), (20180126224124), (20180202052820), (20180223224631), (20180225143247), (20180225163429), (20180310033852), (20180310042958), (20180329014502), (20180331052125), (20180526094815), (20180616192644), (20180705201559), (20180714221027), (20180825145354), (20190124231823), (20190414222338), (20190419011106), (20190430174334), (20190511144122), (20190526141623), (20190526150817), (20190526182309), (20190526211227), (20190616175122), (20190630124943), (20190701020707), (20190720141012), (20190720144118), (20190725001227), (20190727205108), (20190729205120), (20190729223821), (20190809212148), (20190810011525);