hedgedoc/docs
David Mehren d462a571d8
RevisionEntity: Change primary key type from UUID to number
The precision of sqlites datetime() timestamp is only one second (see https://www.sqlite.org/lang_datefunc.html). Therefore we could not order revisions of one note that were created in the same second. To remedy this, the primary key was changed to a monotonically increasing number, which solves the ordering problem.

Signed-off-by: David Mehren <git@herrmehren.de>
2020-09-22 20:06:16 +02:00
..
content/dev Import meta-files 2022-01-23 22:02:58 +01:00
dev RevisionEntity: Change primary key type from UUID to number 2020-09-22 20:06:16 +02:00
guides Import meta-files 2022-01-23 22:02:58 +01:00
images Import meta-files 2022-01-23 22:02:58 +01:00
legal Import meta-files 2022-01-23 22:02:58 +01:00
setup Import meta-files 2022-01-23 22:02:58 +01:00
configuration-config-file.md Import meta-files 2022-01-23 22:02:58 +01:00
configuration-env-vars.md Import meta-files 2022-01-23 22:02:58 +01:00
history.md Import meta-files 2022-01-23 22:02:58 +01:00
slide-options.md Import meta-files 2022-01-23 22:02:58 +01:00