mirror of
https://github.com/immich-app/immich.git
synced 2025-12-23 17:25:11 +03:00
refactor: sql-tools (#19717)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { Table } from 'src/sql-tools';
|
||||
|
||||
@Table({ name: 'table-1' })
|
||||
@Table({ name: 'table-2' })
|
||||
export class Table1 {}
|
||||
|
||||
export const message = 'Table table-2 has already been registered';
|
||||
Reference in New Issue
Block a user