mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore(server): time bucket sql (#6156)
This commit is contained in:
parent
317adc5c28
commit
7b40c20ea5
3 changed files with 151 additions and 0 deletions
|
|
@ -17,4 +17,5 @@ export const DummyValue = {
|
|||
STRING: 'abcdefghi',
|
||||
BUFFER: Buffer.from('abcdefghi'),
|
||||
DATE: new Date(),
|
||||
TIME_BUCKET: '2024-01-01T00:00:00.000Z',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue