mirror of
https://github.com/johrpan/wolfgang.git
synced 2025-10-28 03:27:24 +01:00
Remove separate part composers
This commit is contained in:
parent
59acc460f8
commit
c0cfb1abfe
3 changed files with 1 additions and 21 deletions
|
|
@ -37,8 +37,7 @@ CREATE TABLE work_parts (
|
|||
id BIGINT NOT NULL PRIMARY KEY,
|
||||
work TEXT NOT NULL REFERENCES works(id) ON DELETE CASCADE,
|
||||
part_index BIGINT NOT NULL,
|
||||
title TEXT NOT NULL,
|
||||
composer TEXT REFERENCES persons(id)
|
||||
title TEXT NOT NULL
|
||||
);
|
||||
|
||||
CREATE TABLE work_sections (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue