This repository has been archived on 2025-01-11. You can view files and clone it, but cannot push or open issues or pull requests.
theshire/kubernetes/apps/media/immich/app/resources/init.sql
2024-03-28 17:00:06 -05:00

4 lines
No EOL
91 B
SQL

\c immich\\
CREATE EXTENSION vector;
CREATE EXTENSION cube;
CREATE EXTENSION earthdistance;