This website works better with JavaScript.
Explore
Help
Sign In
mirror
/
pleroma-docker
mirror of
https://memleak.eu/sn0w/pleroma-docker
Watch
1
Star
0
Fork
You've already forked pleroma-docker
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87
Commits
2
Branches
0
Tags
167 KiB
Tree:
9a4e89272c
healthchecks
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9a4e89272c'
${ noResults }
pleroma-docker
/
initdb.sql
3 lines
79 B
Raw
Normal View
History
Unescape
Escape
Update structure
5 years ago
CREATE
EXTENSION
IF
NOT
EXISTS
citext
;
Add pg_trgm extension
5 years ago
CREATE
EXTENSION
IF
NOT
EXISTS
pg_trgm
;