← Back to team overview

ubuntu-touch-coreapps team mailing list archive

Re: [RSS Reader] SQL code

 

On Thu, May 2, 2013 at 9:10 PM, Svenn-Arne Dragly <s@xxxxxxxxxx> wrote:
> Wouldn't this make it impossible to rename the tag without also
> renaming all entries in "feed_tag"? Say for instance if you want to
> rename your "My hobbies" tag to "Hobbies" at some point?

You're right, what a stupid mistake!
Although this, I think that

name  varCHAR(99)  NULL

in tag table has to be NOT NULL, because you don't create a tag with no name.
Also, name has to be UNIQUE, because can be confusing two tags with
the same name.

Regards,
--
Riccardo Padovani <rpadovani@xxxxxxxxxxxxx>


Follow ups

References