Closed lun-4 closed 2 years ago
questions about this system:
parent_source_id
will be set.created_at
column (or rowid, to be honest...)better idea: tag sources get types. if its an internal source (like parenting), it gets a new hardcoded type if its an extenal source (like deepdanbooru), different type id id as int type id as int primary key on (id, type id)
this is related to #23, because this provides a good solution to the "how to remove the parent relationship but in a cohesive manner (by not deleting tags that didn't get added by the relationship)".
this also helps me on separating tag data, from manual things i have put, to tools i have made to insert tags, could be useful for training DeepDanbooru datasets!
the manual source always comes by default.