aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--db/schema_0016-add_whensent_and_send_fail_to_comment.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema_0016-add_whensent_and_send_fail_to_comment.sql b/db/schema_0016-add_whensent_and_send_fail_to_comment.sql
index 8d1426db0..792ff2e38 100644
--- a/db/schema_0016-add_whensent_and_send_fail_to_comment.sql
+++ b/db/schema_0016-add_whensent_and_send_fail_to_comment.sql
@@ -7,5 +7,5 @@ ALTER table comment
ALTER table comment
ADD column send_fail_timestamp timestamp;
ALTER table comment
- ADD column when_sent timestamp;
+ ADD column whensent timestamp;
commit;