aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-03-26 15:56:24 +0100
committerStruan Donald <struan@exo.org.uk>2012-03-26 15:56:24 +0100
commitd79fc400538b7694c55ec5db2a7137f9b0f7a21c (patch)
treeb9681c069aa3f05f4f19c937e1788ae33e0f5f59 /db
parentc1e5894d576a85d5057a3eb44e88f503133a56b7 (diff)
when_sent -> whensent for consistency
Diffstat (limited to 'db')
-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;