Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
run migration
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaNaumenko committed Sep 12, 2019
1 parent 7ffc4ab commit 239099e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions services/app/priv/repo/structure.sql
Expand Up @@ -345,7 +345,8 @@ CREATE TABLE public.users (
confirmation_token character varying(255),
reset_password_token character varying(255),
state character varying(255),
locale character varying(255)
locale character varying(255),
email_delivery_state character varying(255)
);


Expand Down Expand Up @@ -710,5 +711,5 @@ ALTER TABLE ONLY public.user_finished_lessons
-- PostgreSQL database dump complete
--

INSERT INTO public."schema_migrations" (version) VALUES (20171125194458), (20171126054250), (20171126070001), (20171126070653), (20171126070825), (20171127083442), (20171127083829), (20171214111434), (20171214172819), (20171226110804), (20171226162229), (20180111153426), (20180201133326), (20180201133426), (20190603193727), (20190805163126), (20190807123154), (20190808094808), (20190812125644), (20190819131621), (20190902131653), (20190904072740);
INSERT INTO public."schema_migrations" (version) VALUES (20171125194458), (20171126054250), (20171126070001), (20171126070653), (20171126070825), (20171127083442), (20171127083829), (20171214111434), (20171214172819), (20171226110804), (20171226162229), (20180111153426), (20180201133326), (20180201133426), (20190603193727), (20190805163126), (20190807123154), (20190808094808), (20190812125644), (20190819131621), (20190902131653), (20190904072740), (20190911072227), (20190911072926);

0 comments on commit 239099e

Please sign in to comment.