hedgedoc/test
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
..
private-api fix(history-entry): remove composite primary keys 2022-09-18 20:57:52 +02:00
public-api fix(history-entry): remove composite primary keys 2022-09-18 20:57:52 +02:00
app.e2e-spec.ts feat: add base implementation for realtime communication 2022-07-10 19:46:03 +02:00
test-setup.ts Split methods getAuthTokenAndValidate and createTokenForUser 2022-09-18 20:11:51 +02:00
tsconfig.json Move tsconfig.test.json to test directory 2021-10-14 19:55:55 +02:00
tsconfig.json.license Move tsconfig.test.json to test directory 2021-10-14 19:55:55 +02:00
utils.ts Replace fs.rmdir recursive by fs.rm recursive 2022-01-31 08:55:42 +01:00