tangled
alpha
login
or
join now
t1c.dev
/
rocksky
forked from
rocksky.app/rocksky
2
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
2
fork
atom
overview
issues
pulls
pipelines
auto enable xataid extension
tsiry-sandratraina.com
7 months ago
61e60562
532b8f31
+3
-1
3 changed files
expand all
collapse all
unified
split
crates
xataid-extension
Dockerfile
sql
setup.sql
xataid_extension.control
+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
30
+
COPY sql/setup.sql /docker-entrypoint-initdb.d/
+1
crates/xataid-extension/sql/setup.sql
···
1
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
3
-
module_pathname = 'xataSid_extension'
3
3
+
module_pathname = 'xataid_extension'
4
4
relocatable = false
5
5
superuser = true
6
6
trusted = false