wip: currently rewriting the project as a full stack application tangled.org/kacaii.dev/sigo
gleam
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:pencil2: fix typo on "ocurrence"

Kacaii 57c80dd3 8dfa5e1f

+1 -1
+1 -1
priv/sql/rebuild_database.sql
··· 94 94 ); 95 95 96 96 CREATE INDEX IF NOT EXISTS idx_occurrence_applicant_id 97 - ON occurence (applicant_id); 97 + ON occurrence (applicant_id); 98 98 99 99 COMMIT;