Files
lix/src
Graham Christensen e00030563b Jobsets: add a SERIAL, unique, non-null id column
A postgresql column which is non-null and unique is treated with
the same optimisations as a primary key, so we have no need to
try and recreate the `id` as the primary key.

No read paths are impacted by this change, and the database will
automatically create an ID for each insert. Thus, no code needs to
change.
2020-02-10 11:42:59 -05:00
..
2020-01-07 12:38:06 +13:00
2020-01-07 12:38:06 +13:00
2020-01-07 12:38:06 +13:00
2020-01-26 21:45:38 +01:00
2013-03-04 12:16:13 +01:00
2016-10-27 14:43:17 +02:00