mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 12:17:24 +01:00
Remove support for separate part composers
This commit is contained in:
parent
aeed44248e
commit
fdc5bc72a8
5 changed files with 10 additions and 109 deletions
|
|
@ -79,7 +79,6 @@ table! {
|
|||
work -> Text,
|
||||
part_index -> BigInt,
|
||||
title -> Text,
|
||||
composer -> Nullable<Text>,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -110,7 +109,6 @@ joinable!(recordings -> works (work));
|
|||
joinable!(track_sets -> mediums (medium));
|
||||
joinable!(track_sets -> recordings (recording));
|
||||
joinable!(tracks -> track_sets (track_set));
|
||||
joinable!(work_parts -> persons (composer));
|
||||
joinable!(work_parts -> works (work));
|
||||
joinable!(work_sections -> works (work));
|
||||
joinable!(works -> persons (composer));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue