X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=blobdiff_plain;f=admin_email_templates.sql;fp=admin_email_templates.sql;h=0000000000000000000000000000000000000000;hp=dc1178374afbc902aad2342fb22f2361cac1c0d5;hb=d15f2b1e0aac45e7798c2b32816d233d633e2ca4;hpb=c594772865477bd410abd7a63fac6612be5956ca diff --git a/admin_email_templates.sql b/admin_email_templates.sql deleted file mode 100644 index dc11783..0000000 --- a/admin_email_templates.sql +++ /dev/null @@ -1,12 +0,0 @@ -drop table if exists email_templates; -create table email_templates ( - id int unique auto_increment, - slug varchar(200) binary not null default "", - notes text binary not null default "", - from_addr varchar(100) binary not null default "", - to_addr varchar(100) binary not null default "", - cc_addr varchar(100) binary not null default "", - bcc_addr varchar(100) binary not null default "", - subject varchar(200) binary not null default "", - content text binary not null default "" -) CHARSET=utf8;