Database Update (Patch Writing)
I need to create a userprop for a patch I'm writing for http://zilla.livejournal.org/show_bug.cgi?id=85
How do I create a "database update" patch that will do the following:
insert into userproplist (name, indexed, prettyname, datatype, des) values ("schemepref", 1, "BML Scheme Preference", "char", "BML scheme name");
How do I create a "database update" patch that will do the following:
insert into userproplist (name, indexed, prettyname, datatype, des) values ("schemepref", 1, "BML Scheme Preference", "char", "BML scheme name");
