- Refactor email addresses into their own table and create references instead
of inlining into the record. Should enable better searching.
- Use Perl DBI select_* interface instead of prepare/executre/fetch/finish
+ - add sort order to tags
documentation:
- have some
INSERT INTO tags (namespace,name,active,advanced) VALUES ("affects","master","true","false");
+INSERT INTO tags (namespace,name,active,advanced) VALUES ("affects","4.3","true","false");
INSERT INTO tags (namespace,name,active,advanced) VALUES ("affects","4.2","true","false");
INSERT INTO tags (namespace,name,active,advanced) VALUES ("affects","4.1","false","true");
INSERT INTO tags (namespace,name,active,advanced) VALUES ("affects","4.0","false","true");