1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

refactor: sql-tools (#19717)

This commit is contained in:
Jason Rasmussen
2025-07-03 10:59:17 -04:00
committed by GitHub
parent 484529e61e
commit 6044663e26
160 changed files with 1120 additions and 1186 deletions

View File

@ -8,7 +8,7 @@ export class Table1 {
export const description = 'should register a table with a column with a default name';
export const schema: DatabaseSchema = {
name: 'postgres',
databaseName: 'postgres',
schemaName: 'public',
functions: [],
enums: [],