-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathschema.json
More file actions
34 lines (34 loc) · 851 Bytes
/
schema.json
File metadata and controls
34 lines (34 loc) · 851 Bytes
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
{
"scripts": [
{
"run": "after",
"snippetPath": "create_views.sql",
"fromModuleVersion": "mod-oai-pmh-3.12.0"
},
{
"run": "after",
"snippetPath": "update_instance_deleted.sql",
"fromModuleVersion": "mod-oai-pmh-3.15.1"
},
{
"run": "after",
"snippetPath": "update_instance_deleted_remove_audit.sql",
"fromModuleVersion": "mod-oai-pmh-3.16.0"
},
{
"run": "after",
"snippetPath": "add_null_check_for_deleted.sql",
"fromModuleVersion": "mod-oai-pmh-3.16.0"
},
{
"run": "after",
"snippetPath": "remove_audit_dependencies.sql",
"fromModuleVersion": "mod-oai-pmh-3.16.0"
},
{
"run": "after",
"snippetPath": "add_marc_bib_filter_for_srs_deleted.sql",
"fromModuleVersion": "mod-oai-pmh-3.16.0"
}
]
}