feat: Display last updates in About modal

This commit is contained in:
Maksim Eltyshev
2025-12-17 15:49:33 +01:00
parent 27fd10ba3f
commit 4f5f5ddad4
50 changed files with 220 additions and 48 deletions
@@ -5,7 +5,7 @@
module.exports.up = async (knex) => {
await knex.raw(`
CREATE EXTENSION pg_trgm;
CREATE EXTENSION IF NOT EXISTS pg_trgm;
CREATE SEQUENCE next_id_seq;
CREATE FUNCTION next_id(OUT id BIGINT) AS $$