Fusion: strip leading particules from names when comparing them
[platal.git] / upgrade / 0.9.15 / 06_mail_send.sql
CommitLineData
3360c04f
FB
1create table email_send_save (
2 uid smallint(5) unsigned not null,
3 data blob not null,
4
5 primary key uid (uid)
6) CHARSET=utf8;
7
8# vim:set syntax=mysql: