Attempt to fix botched normalized URL migration from 1.43.0 (#1205)

This commit is contained in:
Sascha Ißbrücker
2025-10-11 11:12:27 +02:00
committed by GitHub
parent 95529eccd4
commit eb99ece360
2 changed files with 35 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ docker run -d \
-e POSTGRES_USER=linkding \
-e POSTGRES_PASSWORD=linkding \
-p 5432:5432 \
-v $(pwd)/tmp/postgres-data:/var/lib/postgresql/data \
--name linkding-postgres-test \
postgres