mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 17:23:20 +03:00
refactor: rename geodata pk constraint to match runtime constraint name (#19856)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Column, Index, PrimaryColumn, Table, Timestamp } from 'src/sql-tools';
|
||||
|
||||
@Table({ name: 'geodata_places' })
|
||||
@Table({ name: 'geodata_places', primaryConstraintName: 'geodata_places_pkey' })
|
||||
@Index({
|
||||
name: 'idx_geodata_places_alternate_names',
|
||||
using: 'gin',
|
||||
|
||||
Reference in New Issue
Block a user