Commit graph

2 commits

Author SHA1 Message Date
Neil Alexander 07ed00379b
Lint errors 2022-09-20 14:36:02 +01:00
Till 100fa9b235
Check unique constraint errors when manually inserting migrations (#2712)
This should avoid unnecessary logging on startup if the migration (were
we need `InsertMigration`) was already executed.
This now checks for "unique constraint errors" for SQLite and Postgres
and fails the startup process if the migration couldn't be manually
inserted for some other reason.
2022-09-13 08:07:43 +02:00
Renamed from internal/sqlutil/postgres_wasm.go (Browse further)