Confirmed users
675
edits
| Line 3: | Line 3: | ||
The decision to convert the ''applications_versions.min'' and ''applications_versions.max'' columns from strings into actual foreign keys into the ''appversions'' table presents a conversion problem. The original min and max version strings in the old database were not closely policed and do not necessarily map to actual application versions. | The decision to convert the ''applications_versions.min'' and ''applications_versions.max'' columns from strings into actual foreign keys into the ''appversions'' table presents a conversion problem. The original min and max version strings in the old database were not closely policed and do not necessarily map to actual application versions. | ||
'''How do we make a programmatic mapping from fuzzy application version strings to real ones?''' | |||
=== Discussion === | === Discussion === | ||