Post versions (with different slugs) can be linked using the groupId column.
We'll need to create relations in the db package to support drizzle queries.
The /content/post/{slug} endpoint should then return a list of versions for each post - including the version slug, version name, and creation date.
Versions should be ordered primarily by the versionOrder column, and then by creation date.
Post versions (with different slugs) can be linked using the
groupIdcolumn.We'll need to create relations in the
dbpackage to support drizzle queries.The
/content/post/{slug}endpoint should then return a list of versions for each post - including the version slug, version name, and creation date.Versions should be ordered primarily by the
versionOrdercolumn, and then by creation date.