chiark / gitweb /
Allow users to give away local parts to other users.
[odin-cgi] / sql / setup-mail.sql
index e1b535c2fe6e9836b060e75dc9fcdbd52bdc4ac0..9369cb5b481c40d4d89fa96d0ac3ac0e50848f79 100644 (file)
@@ -16,6 +16,7 @@ create table odin_mailredir
        (lpart varchar(64) not null,
         dom varchar(128) not null,
         owner varchar(64) not null,
+        creator varchar(64) not null,
         recip text not null default '',
         expire bigint not null,
         st varchar(16) not null default 'live',