-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
62 lines (55 loc) · 1.09 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
To populate the database:
mysql < schema.sql
create empty DB
populate_lang.php
inputs
lang.tags
generates
lang_by_code.ser
populates
language
populate_inst.php
inputs
inst.txt
generates
inst_by_code.ser
populates
instrument
populate_work_type.php
inputs
work_types.tags
work_types_hier.tags
generates
work_type_by_code.ser
populates
work_type
populate_category.php
populates
person
ensemble
nationality
period
populate_work.php
requires
work_type_by_code.ser
inst_by_code.ser
lang_by_code.ser
populates
work
score_file_set, score_file
audio_file_set, audio_file
ensemble
person
copyright
publisher
arrangement_target (deprecated?)
instrument_combos
make_ser.php
generates
nationality.ser
period.ser
copyright.ser
arrangement_target.ser
instrument.ser
language.ser
instrument_combo.ser