mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 07:04:47 +02:00
parent
36487a0c51
commit
a65354c301
4 changed files with 15 additions and 2 deletions
|
@ -2184,7 +2184,7 @@ ALTER SEQUENCE mail_templates_id_seq OWNED BY mail_templates.id;
|
|||
|
||||
CREATE TABLE messages (
|
||||
id integer NOT NULL,
|
||||
registrar_id integer,
|
||||
registrar_id integer NOT NULL,
|
||||
body character varying,
|
||||
attached_obj_type character varying,
|
||||
attached_obj_id character varying,
|
||||
|
@ -5070,3 +5070,5 @@ INSERT INTO schema_migrations (version) VALUES ('20180126104536');
|
|||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180126104903');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180211011450');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue