Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ then
psql -q -U postgres -d postgres -c "GRANT ALL ON DATABASE $DBNAME TO api"
psql -q -U postgres -d $DBNAME -f $DBNAME.schema.sql
psql -q -U postgres -d $DBNAME -f $DBNAME.data.sql
psql -q -U api -d $DBNAME -c 'SELECT partman5.run_maintenance()'
fi

sem-apply --url postgresql://api@localhost/$DBNAME
Expand Down
2 changes: 2 additions & 0 deletions scripts/20250514-083620.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DROP FUNCTION IF EXISTS journal.refresh_journaling;
ALTER FUNCTION journal.refresh_journaling_native RENAME TO refresh_journaling;