A decentralized music tracking and discovery platform built on AT Protocol 🎵

auto enable xataid extension

+3 -1
+1
crates/xataid-extension/Dockerfile
··· 27 27 28 28 COPY --from=builder /app/target/release/xataid_extension-pg15/usr/share/postgresql/15/extension/xataid_extension.control /usr/share/postgresql/15/extension/xataid_extension.control 29 29 30 + COPY sql/setup.sql /docker-entrypoint-initdb.d/
+1
crates/xataid-extension/sql/setup.sql
··· 1 + CREATE EXTENSION xataid_extension;
+1 -1
crates/xataid-extension/xataid_extension.control
··· 1 1 comment = 'xataid_extension: Created by pgrx' 2 2 default_version = '@CARGO_VERSION@' 3 - module_pathname = 'xataSid_extension' 3 + module_pathname = 'xataid_extension' 4 4 relocatable = false 5 5 superuser = true 6 6 trusted = false