Revert "Add notification text tag"

This reverts commit 00167a781d.
This commit is contained in:
Artur Beljajev 2018-09-02 21:20:41 +03:00
parent 056c57530c
commit 16fd21f7cf
2 changed files with 1 additions and 9 deletions

View file

@ -2007,8 +2007,7 @@ CREATE TABLE public.notifications (
created_at timestamp without time zone,
updated_at timestamp without time zone,
creator_str character varying,
updator_str character varying,
text_tag character varying
updator_str character varying
);
@ -4779,5 +4778,3 @@ INSERT INTO schema_migrations (version) VALUES ('20180824092855');
INSERT INTO schema_migrations (version) VALUES ('20180824102834');
INSERT INTO schema_migrations (version) VALUES ('20180825153657');