Skip to content

Fix Alias Creation

Jose V. Trigueros requested to merge fix-alias into master

Alias ID wasn't getting auto incremented in so the alias request was failing silently. This adds the migration needed, but it still needs to be run on the database.

Merge request reports