mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
parent
8c5478bb6f
commit
9697752823
4 changed files with 15 additions and 2 deletions
|
@ -2183,7 +2183,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 NOT NULL,
|
||||
attached_obj_type character varying,
|
||||
attached_obj_id integer,
|
||||
|
@ -5094,6 +5094,8 @@ INSERT INTO schema_migrations (version) VALUES ('20180207071528');
|
|||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180207072139');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180211011450');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180211011948');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180212123810');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue