Rename notifications.queued to read

This commit is contained in:
Artur Beljajev 2018-08-24 00:36:58 +03:00
parent dfff6f6d12
commit 7a9a7c052f
11 changed files with 30 additions and 23 deletions

View file

@ -2002,7 +2002,7 @@ CREATE TABLE public.notifications (
text character varying NOT NULL,
attached_obj_type character varying,
attached_obj_id integer,
queued boolean,
read boolean,
created_at timestamp without time zone,
updated_at timestamp without time zone,
creator_str character varying,
@ -4765,3 +4765,5 @@ INSERT INTO schema_migrations (version) VALUES ('20180823163548');
INSERT INTO schema_migrations (version) VALUES ('20180823174331');
INSERT INTO schema_migrations (version) VALUES ('20180823212823');