mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update table name
This commit is contained in:
parent
4d845ef413
commit
1d514a0530
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import {
|
|||
} from 'typeorm'
|
||||
import { User } from './user'
|
||||
|
||||
@Entity({ name: 'search_filter' })
|
||||
@Entity({ name: 'search_filters' })
|
||||
@Unique('search_filter_unique_key', ['user', 'name'])
|
||||
export class SearchFilter {
|
||||
@PrimaryGeneratedColumn('uuid')
|
||||
|
|
|
|||
Loading…
Reference in a new issue