hedgedoc/test/public-api
David Mehren a626ace4b9 fix(history-entry): remove composite primary keys
TypeORM promises to support composite primary keys,
but that does not work in reality.
This replaces the composite key used in the permission entities with
a single generated primary key and
a unique index on the relation columns.

See https://github.com/typeorm/typeorm/issues/8513

Signed-off-by: David Mehren <git@herrmehren.de>
2022-09-18 20:57:52 +02:00
..
fixtures MediaService: Add unit tests 2021-02-13 22:12:19 +01:00
alias.e2e-spec.ts feat(note-metadata): replace primaryAlias with primaryAddress 2022-03-07 13:54:43 +01:00
me.e2e-spec.ts fix(history-entry): remove composite primary keys 2022-09-18 20:57:52 +02:00
media.e2e-spec.ts refactor(api/public/media): return MediaUpload object instead of url 2022-03-07 13:54:43 +01:00
notes.e2e-spec.ts fix(permissions): remove composite primary keys 2022-09-18 20:57:52 +02:00