Some checks failed
CI / build-and-test (push) Failing after -31m53s
* Implement maintenance page with task and log display * Add backfill and metadata retry functionality * Integrate grid component for project display in thoughts page * Update types for maintenance tasks and logs * Enhance sidebar and shell for new maintenance navigation
3 lines
119 B
SQL
3 lines
119 B
SQL
create extension if not exists vector;
|
|
create extension if not exists pgcrypto;
|
|
CREATE EXTENSION IF NOT EXISTS pg_trgm; |