diff --git a/immich/README.md b/immich/README.md new file mode 100644 index 0000000..3d92dc7 --- /dev/null +++ b/immich/README.md @@ -0,0 +1,11 @@ +# Postgresql17 Datenbank Querys + +Unbedingt den Docs folgen: https://immich.app/docs/administration/postgres-standalone#prerequisites +VChord: https://docs.vectorchord.ai/vectorchord/getting-started/installation.html + + +```sql +CREATE EXTENSION IF NOT EXISTS vchord CASCADE; +CREATE EXTENSION IF NOT EXISTS cube; +CREATE EXTENSION IF NOT EXISTS earthdistance; +``` \ No newline at end of file