mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
parent
fee7fc94c7
commit
bf01312354
2 changed files with 8 additions and 1 deletions
|
@ -2185,7 +2185,7 @@ ALTER SEQUENCE mail_templates_id_seq OWNED BY mail_templates.id;
|
|||
CREATE TABLE messages (
|
||||
id integer NOT NULL,
|
||||
registrar_id integer,
|
||||
body character varying,
|
||||
body character varying NOT NULL,
|
||||
attached_obj_type character varying,
|
||||
attached_obj_id character varying,
|
||||
queued boolean,
|
||||
|
@ -5072,3 +5072,5 @@ INSERT INTO schema_migrations (version) VALUES ('20180126104903');
|
|||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180214200224');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180214213743');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue