]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/sql/Pg/sql_file_manifest
LP1893463: Follow-up to address de-duplication and adding release notes.
[Evergreen.git] / Open-ILS / src / sql / Pg / sql_file_manifest
1 # Manifest of SQL scripts to be run when initializing an Evergreen
2 # database.  Files should be listed in the order to be loaded.  The
3 # name "FTS_CONFIG_FILE" is a placeholder for the Postgres-version-specific
4 # fulltext search configuration SQL file selected by build-db.sh.
5
6 000.functions.general.sql
7
8 FTS_CONFIG_FILE
9
10 001.schema.offline.sql
11
12 002.schema.config.sql
13 002.functions.aggregate.sql
14 002.functions.config.sql
15
16 005.schema.actors.sql
17 006.schema.permissions.sql
18 008.schema.query.sql
19 010.schema.biblio.sql
20 011.schema.authority.sql
21 012.schema.vandelay.sql
22 015.schema.staging.sql
23 020.schema.functions.sql
24 030.schema.metabib.sql
25 040.schema.asset.sql
26 070.schema.container.sql
27 075.schema.url_verify.sql
28 076.functions.url_verify.sql
29 080.schema.money.sql
30 090.schema.action.sql
31 095.schema.booking.sql
32
33 096.schema.emergency_closing.sql
34  
35 099.matrix_weights.sql 
36 100.circ_matrix.sql
37 110.hold_matrix.sql
38 120.floating_groups.sql
39 150.remoteauth.sql
40
41 210.schema.serials.sql
42 200.schema.acq.sql
43 201.acq.audit-functions.sql
44
45 220.schema.rating.sql
46
47 300.schema.staged_search.sql
48 400.schema.action_trigger.sql
49
50 500.view.cross-schema.sql
51
52 800.fkeys.sql
53
54 900.audit-functions.sql
55 901.audit-tables.sql
56 950.data.seed-values.sql
57 951.data.MODS-xsl.sql
58 952.data.MODS3-xsl.sql
59 953.data.MODS32-xsl.sql
60 954.data.MODS33-xsl.sql
61 954.data.marc21expand880.sql
62 955.data.MADS21-xsl.sql
63
64 960.data.marc21-tag-tables.sql
65
66 990.schema.unapi.sql
67
68 reporter-schema.sql
69 extend-reporter.sql
70
71 999.functions.global.sql