From 3d48ae94e61626b0a4d0c474ca1ff1fb355346d4 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 25 Aug 2008 22:31:16 -0400 Subject: added a created timestamp to invitations darcs-hash:20080826023116-84dde-7d80c624b2dcfa637f58509c1d5ff7eca371512c.gz --- db/laconica.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'db/laconica.sql') diff --git a/db/laconica.sql b/db/laconica.sql index 52d52cd75..613cc5820 100644 --- a/db/laconica.sql +++ b/db/laconica.sql @@ -293,6 +293,7 @@ create table invitation ( user_id int not null comment 'who sent the invitation' references user (id), address varchar(255) not null comment 'invitation sent to', address_type varchar(8) not null comment 'address type ("email", "jabber", "sms")', + created datetime not null comment 'date this record was created', index invitation_address_idx (address, address_type), index invitation_user_id_idx (user_id) -- cgit v1.2.3-54-g00ecf