Skip to content

Use IDs to order tags, special objects, and special morphisms#165

Merged
ScriptRaccoon merged 1 commit intomainfrom
order-by-id
May 7, 2026
Merged

Use IDs to order tags, special objects, and special morphisms#165
ScriptRaccoon merged 1 commit intomainfrom
order-by-id

Conversation

@ScriptRaccoon
Copy link
Copy Markdown
Owner

@ScriptRaccoon ScriptRaccoon commented May 7, 2026

This is a continuation of #134 where the position column has been removed from the category property assignments and instead an autoincrementing ID was used to order them on the website. In this PR, the position column is also removed from the other tables:

  • tags
  • special_object_types
  • special_morphism_types

Instead, an autoincrementing ID is used. This makes the code and inserting the data cleaner. I noticed this while working on #164.

ℹ️ This requires a schema change.

@ScriptRaccoon ScriptRaccoon merged commit 7a61eed into main May 7, 2026
1 check passed
@ScriptRaccoon ScriptRaccoon deleted the order-by-id branch May 7, 2026 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant