[wp-hackers] Coding Projects
Dougal Campbell
dougal at gunters.org
Mon Dec 13 16:45:32 UTC 2004
Thiago Becker wrote:
>Okay, on doing the task below I steps into some questions:
>
>1) There is a unnecessary PK on table post2cat, since post_id and
>category_id are fully qualified as PK for this table. Should we remove
>this duplicated PK? Is there anybody who uses it?
>
>
>
Hmm... That's true, each post+cat entry should be unique. But a
standalone id field is easier to reference.
>2) On table options exists a bloig_id field. Currently, wordpress
>doesn't support multiple blogs. Do we need this field? Should we drop
>it?
>
>
The (admittedly tenuous) roadmap calls for eventual support of multiple
blogs in the core. This field is reserved for future use.
--
Dougal
More information about the hackers
mailing list