Merge branch 'master' into feature/sql-query-aliasing

This commit is contained in:
Michael Drury 2024-02-23 16:20:32 +00:00 committed by GitHub
commit 8a09f6c2d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ export enum Databases {
WRITE_THROUGH = "writeThrough",
LOCKS = "locks",
SOCKET_IO = "socket_io",
BPM_EVENTS = "bpmEvents",
}
/**