Last change
on this file was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
271 bytes
|
Line | |
---|
1 | # $Id: virtual_users.sql,v 1.23 2011/05/09 23:02:12 sbajic Exp $ |
---|
2 | |
---|
3 | create table dspam_virtual_uids ( |
---|
4 | uid int unsigned not null primary key auto_increment, |
---|
5 | username varchar(128) |
---|
6 | ) engine=MyISAM; |
---|
7 | |
---|
8 | create unique index id_virtual_uids_01 on dspam_virtual_uids(username); |
---|
9 | |
---|
Note: See
TracBrowser
for help on using the repository browser.