You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wubloader/postgres
Mike Lang 23ad78d592 Record in database when end time is "--"
We need this so that reverse sync reproduces these values correctly.

To handle this in the database, we have a composite type (dashed: boolean, value: timestamp).
Value is always valid and is equivalent to the old timestamp column,
but must be equal to start_time if dashed is true.

The only place we directly reference this column outside sheetsync is thrimshim, where we
always consider the value only.
3 months ago
..
Dockerfile postgres setup: split schema into its own file 3 months ago
schema.sql Record in database when end time is "--" 3 months ago
setup.sh postgres setup: split schema into its own file 3 months ago
standby_setup.sh postgres: Changes to work with version 12 4 years ago