On Thu, Jan 15, 2015 at 5:32 PM, Rich Neswold <[email protected]>
wrote:

> When I look at the schema of a fossil repo, I see comments like:
>
> -- Do not change any column that begins with tkt_
>
>
> Maybe I misunderstood the meaning. I took it to mean don't change the
> values of these fields. But maybe it means don't change the column's type
> or name so queries don't break.
>

Yes, there are certain fields, like "tkt_", that, if renamed, would break
core logic. Some of these "core" fields also should be treated as "no
update" because they refer to other artifacts.
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to