hedgedoc/docs
David Mehren 99dccc0567
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-25 21:37:39 +02:00
..
dev RevisionEntity: Change primary key type from UUID to number 2020-09-25 21:37:39 +02:00
guides
images
legal
setup
configuration-config-file.md add ldap.starttls to config file docs 2020-08-05 00:45:38 +02:00
configuration-env-vars.md
history.md
slide-options.md