Thursday, June 7, 2007

MySQL Schema Changes, Blog comments enabled

I've made changes to the MySQL schema to fit the changes made by H. Lapp to the Postgres version of the PhyloDB extensions. Since MySQL does not support booleans I used ENUM:
is_rooted ENUM ('FALSE', 'TRUE') DEFAULT 'TRUE'
in the tree table.

Comments are now enabled in the blog, I did not know that they were turned off.

No comments: