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.

:card_file_box: user timestamps with time zone

Kacaii ba66d80c 8f505be6

+2 -2
+2 -2
priv/sql/rebuild_database.sql
··· 88 88 89 89 reference_point TEXT NOT NULL, 90 90 loss_percentage NUMERIC(2), 91 - created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, 92 - updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, 91 + created_at TIMESTAMP WITH TIME ZONE DEFAULT CURRENT_TIMESTAMP, 92 + updated_at TIMESTAMP WITH TIME ZONE DEFAULT CURRENT_TIMESTAMP, 93 93 resolved_at TIMESTAMP DEFAULT NULL 94 94 ); 95 95