Open rknop opened 3 months ago
The database refactor removed numeric ids, which the naming scheme for Object depended on.
Right now, the pipeline assigns a placeholder name that is the last 12 characters of the string representation of its id.
Reimplement something (perhaps using a database sequence) that makes more user-friendly names, or decide that we don't care.
The database refactor removed numeric ids, which the naming scheme for Object depended on.
Right now, the pipeline assigns a placeholder name that is the last 12 characters of the string representation of its id.
Reimplement something (perhaps using a database sequence) that makes more user-friendly names, or decide that we don't care.