akismet integration
This commit is contained in:
@@ -1009,7 +1009,8 @@ CREATE TABLE dmails (
|
||||
is_deleted boolean DEFAULT false NOT NULL,
|
||||
created_at timestamp without time zone,
|
||||
updated_at timestamp without time zone,
|
||||
creator_ip_addr inet NOT NULL
|
||||
creator_ip_addr inet NOT NULL,
|
||||
is_spam boolean DEFAULT false
|
||||
);
|
||||
|
||||
|
||||
@@ -7513,3 +7514,5 @@ INSERT INTO schema_migrations (version) VALUES ('20170613200356');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20170709190409');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20170914200122');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user