kin: KIN-INFRA-013 Добавить UNIQUE-ограничение на project_links(from_project, to_project, type)
This commit is contained in:
parent
7ef0b9d4ef
commit
377639c04d
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ const links = ref<ProjectLink[]>([])
|
|||
const linksLoading = ref(false)
|
||||
const linksError = ref('')
|
||||
const showAddLink = ref(false)
|
||||
const linkForm = ref({ to_project: '', link_type: 'depends_on', description: '' })
|
||||
const linkForm = ref({ to_project: '', type: 'depends_on', description: '' })
|
||||
const linkFormError = ref('')
|
||||
const linkSaving = ref(false)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue