diff options
author | francis <francis> | 2007-04-23 17:44:15 +0000 |
---|---|---|
committer | francis <francis> | 2007-04-23 17:44:15 +0000 |
commit | 1872f0de45360e7360d4d4675e12a68feb498d7a (patch) | |
tree | bc76ea25400d560d5a104039a203fc5a8eb46e59 | |
parent | 3506f121aae92695ed1f83742827f16a1d15b019 (diff) |
Remove spurious part of comment accidentally left over from PLedgeBank schema file.
-rw-r--r-- | db/schema.sql | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/db/schema.sql b/db/schema.sql index 590b706aa..b41cc8656 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -4,7 +4,7 @@ -- Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. -- Email: matthew@mysociety.org; WWW: http://www.mysociety.org/ -- --- $Id: schema.sql,v 1.23 2007-03-21 13:59:47 matthew Exp $ +-- $Id: schema.sql,v 1.24 2007-04-23 17:44:15 francis Exp $ -- -- secret @@ -101,9 +101,7 @@ create table contacts_history ( ); -- Create a trigger to update the contacts history on any update --- to the contacts table. This should cover manual edits only; anything else --- (signers, comments, ...) should be covered by pledge_last_change_time or by --- the individual implementing functions. +-- to the contacts table. create function contacts_updated() returns trigger as ' begin |