X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=upgrade%2F0.9.15%2F06_mail_send.sql;fp=upgrade%2F0.9.15%2F06_mail_send.sql;h=0474d783c68846fdc417f25537faa68cc80fee77;hb=3360c04f67f5c37696d1dad6ed3267a331670e18;hp=0000000000000000000000000000000000000000;hpb=833a7481a2ea5f95b533370ab2b30035efa38327;p=platal.git diff --git a/upgrade/0.9.15/06_mail_send.sql b/upgrade/0.9.15/06_mail_send.sql new file mode 100644 index 0000000..0474d78 --- /dev/null +++ b/upgrade/0.9.15/06_mail_send.sql @@ -0,0 +1,8 @@ +create table email_send_save ( + uid smallint(5) unsigned not null, + data blob not null, + + primary key uid (uid) +) CHARSET=utf8; + +# vim:set syntax=mysql: