changes Bezeichnung to designation

This commit is contained in:
2023-10-18 07:06:47 +02:00
parent a7c3f37eb0
commit 0baa711f5c
3 changed files with 9 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ CREATE TABLE movement (
work_id INTEGER NOT NULL,
mov_number INTEGER NOT NULL,
numb VARCHAR(15),
Bezeichnung VARCHAR(63),
designation VARCHAR(63),
Tonart VARCHAR(15),
Aufnahme BLOB,
PRIMARY KEY(work_id, mov_number),