diff options
Diffstat (limited to 'db/laconica.sql')
-rw-r--r-- | db/laconica.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/laconica.sql b/db/laconica.sql index 66d9a9781..6db9b6cf6 100644 --- a/db/laconica.sql +++ b/db/laconica.sql @@ -165,6 +165,8 @@ create table confirm_address ( address varchar(255) not null comment 'address (email, Jabber, SMS, etc.)', address_extra varchar(255) not null comment 'carrier ID, for SMS', address_type varchar(8) not null comment 'address type ("email", "jabber", "sms")', + claimed datetime comment 'date this was claimed for queueing', + sent datetime comment 'date this was sent for queueing', modified timestamp comment 'date this record was modified' ) ENGINE=InnoDB; |