Sep 22, 2010 19:28
A reasonably okish user interface to my blogging tool is apparently going to require some at least one new table, and a modification of the schema to one of the existing tables. Not sure how much new PHP code it will need in the end, but it's already more than I expected.
Thankfully, the existing table that has to change? The part that needs changing is not currently used. It was put in there because I knew the production version would need it, but I haven't actually touched it yet. This makes things simpler. I really hope I don't have to do this ever to fields that are currently in use. That would probably be rather annoying once I get this thing to a point I'd actually try using it.
sql,
php,
programming