mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +02:00
Rename notifications.body
to text
This commit is contained in:
parent
8765baf319
commit
dfff6f6d12
16 changed files with 30 additions and 22 deletions
|
@ -1999,7 +1999,7 @@ ALTER SEQUENCE public.nameservers_id_seq OWNED BY public.nameservers.id;
|
|||
CREATE TABLE public.notifications (
|
||||
id integer NOT NULL,
|
||||
registrar_id integer NOT NULL,
|
||||
body character varying NOT NULL,
|
||||
text character varying NOT NULL,
|
||||
attached_obj_type character varying,
|
||||
attached_obj_id integer,
|
||||
queued boolean,
|
||||
|
@ -4763,3 +4763,5 @@ INSERT INTO schema_migrations (version) VALUES ('20180823161237');
|
|||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180823163548');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180823174331');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue