mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Rename notifications.queued
to read
This commit is contained in:
parent
dfff6f6d12
commit
7a9a7c052f
11 changed files with 30 additions and 23 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue