Skip to content

Fix duplicate migration ID in frontend

Administrator requested to merge flying-robot/fix-duplicate-migration-id into main

Created by: flying-robot

This migration duplicates the ID of the previous one, which was breaking builds on main. I verified that this relation doesn't exist in production yet, so this one should be renamed.

127.0.0.1 dev-readonly@sg=> select * from schema_migrations;
┌────────────┬───────┐
│  version   │ dirty │
╞════════════╪═══════╡
│ 1528395863 │ f     │
└────────────┴───────┘
(1 row)

Time: 32.036 ms

127.0.0.1 dev-readonly@sg=> \d temporary_settings
Did not find any relation named "temporary_settings".

Merge request reports

Loading