mirror of
https://github.com/johrpan/musicus_mobile.git
synced 2025-10-26 18:57:25 +01:00
Remove support for nested work parts
We will add a way to create sections as a much simpler replacement in the future.
This commit is contained in:
parent
f7f109179f
commit
18bc8eb982
3 changed files with 30 additions and 143 deletions
|
|
@ -16,8 +16,7 @@ CREATE TABLE works (
|
|||
composer INTEGER REFERENCES persons(id),
|
||||
title TEXT NOT NULL,
|
||||
part_of INTEGER REFERENCES works(id) ON DELETE CASCADE,
|
||||
part_index INTEGER,
|
||||
part_level INTEGER
|
||||
part_index INTEGER
|
||||
);
|
||||
|
||||
CREATE TABLE instrumentations (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue