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 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316
|
# GNUmed database system bootstrapping config file
#-------------------------------------------------
# license: GPL v2 or later
# author: Karsten Hilbert@gmx.net
#----------------------------------
[revision control]
file = $Source: /home/ncq/Projekte/cvs2git/vcs-mirror/gnumed/gnumed/server/bootstrap/update_db-v10_v11.conf,v $
version = $Revision: 1.25 $
#----------------------------------
[installation]
interactive = yes
keep temp files = no
description = $description$
This will update an existing GNUmed version 10
database to the version 11 schema. It does not do
any harm to the data contained within.
The existing database will be cloned first. The copy is
then modified. The original database remains unchanged.
$description$
bundles = $bundles$
v10_fixups-pre_v11
v10-v11-static
v10-v11-dynamic
v11-fixups
v11-test_data
$bundles$
#----------------------------------
[bundle v10_fixups-pre_v11]
database alias = gnumed_v11
minimum postgresql version = 8.1
schema base directory = ../sql/v9-v10/fixups/
schema = $schema$
v10-blobs-delete_document-fixup.sql
v10-dem-identity-dob_trigger-fixup.sql
v10-clin-allergy-fixup.sql
v10-clin-v_pat_allergy_state_journal-fixup.sql
v10-clin-v_emr_journal-fixup.sql
v10-clin-trf_invalidate_review_on_result_change-fixup.sql
$schema$
#----------------------------------
[bundle v10-v11-static]
database alias = gnumed_v11
minimum postgresql version = 8.1
schema base directory = ../sql/v10-v11/static/
schema = $schema$
v11-gm-schema_revision-static.sql
v11-ref-data_source-static.sql
v11-ref-loinc-static.sql
v11-ref-atc-static.sql
v11-bill-schema.sql
v11-bill-bill_item.sql
v11-clin-test_type_unified-static.sql
v11-clin-test_type-static.sql
v11-clin-hospital_stay-static.sql
v11-clin-current_medication-static.sql
v11-clin-health_issue-static.sql
v11-blobs-lnk_hospital_stay-static.sql
$schema$
#----------------------------------
[bundle v10-v11-dynamic]
database alias = gnumed_v11
minimum postgresql version = 8.1
schema base directory = ../sql/v10-v11/dynamic/
schema = $schema$
v11-drop_obsolete_groups-dynamic.sql
v11-gm-is_null_or_non_empty_string.sql
v11-i18n-tx_or_null.sql
v11-i18n-force_curr_lang.sql
v11-i18n-upd_tx-dynamic.sql
v11-ref-data_source-dynamic.sql
v11-ref-loinc-dynamic.sql
v11-ref-atc-dynamic.sql
v11-ref-v_coded_terms.sql
v11-bill-bill_item-dynamic.sql
v11-blobs-delete_document.sql
v11-cfg-cfg_str_array.sql
v11-cfg-report_query-dynamic.sql
v11-dem-v_basic_person.sql
v11-dem-v_staff.sql
v11-dem-v_pat_addresses.sql
v11-dem-v_person_jobs.sql
v11-clin-allergy-dynamic.sql
v11-clin-v_pat_allergy_state_journal.sql
v11-clin-hospital_stay-dynamic.sql
v11-clin-v_pat_hospital_stays.sql
v11-clin-v_pat_hospital_stays_journal.sql
v11-clin-current_medication-dynamic.sql
v11-clin-keyword_expansion-data.sql
v11-clin-health_issue-dynamic.sql
v11-clin-v_health_issues.sql
v11-clin-v_health_issues_journal.sql
v11-clin-v_pat_episodes_journal.sql
v11-blobs-lnk_hospital_stay-dynamic.sql
v11-clin-test_type-dynamic.sql
v11-clin-v_meta_test_types-dynamic.sql
v11-clin-v_unified_test_types-dynamic.sql
v11-clin-v_test_results.sql
v11-clin-v_test_results_journal.sql
v11-clin-v_hx_family.sql
v11-clin-v_hx_family_journal.sql
v11-dem-v_provider_inbox.sql
v11-clin-v_emr_journal.sql
v11-dem-street-dynamic.sql
v11-dem-urb-dynamic.sql
$schema$
#----------------------------------
[bundle v11-fixups]
database alias = gnumed_v11
minimum postgresql version = 8.1
schema base directory = ../sql/v10-v11/fixups/
schema = $schema$
v11-cfg-report_query-fixup.sql
v11-clin-v_narrative4search-fixup.sql
$schema$
#----------------------------------
[bundle v11-test_data]
database alias = gnumed_v11
minimum postgresql version = 8.1
schema base directory = ../sql/test-data/
schema = $schema$
test_data-Kirk_hospital_stay-dynamic.sql
test_data-Kirk_medication-dynamic.sql
test_data-Kirk_multi_results-dynamic.sql
$schema$
#----------------------------------
[database gnumed_v11]
name = gnumed_v11
override name by = GM_CORE_DB
drop target database = 1
target version = v11
transfer users = 1
template database = gnumed_v10
template version = v10
server alias = local host
notification disable = 1
audit disable = 0
audit trail parent table = audit.audit_trail
audit trail table prefix = log_
audit fields table = audit.audit_fields
schema base directory = ../sql/v10-v11/
schema = $schema$
$schema$
superuser schema = $superuser schema$
superuser/v11-public-gm_sth_user.sql
$superuser schema$
upgrade plausibility checks = $upgrade plausibility checks$
identities::::select count(1) from dem.identity
select count(1) from dem.identity
names::::select count(1) from dem.names
select count(1) from dem.names
addresses::::select count(1) from dem.address
select count(1) from dem.address
episodes::::select (count(1) + 1) from clin.episode
select count(1) from clin.episode
encounters::::select count(1) from clin.encounter
select count(1) from clin.v_pat_encounters
issues::::select count(1) from clin.health_issue
select count(1) from clin.health_issue
documents::::select count(1) from blobs.doc_med
select count(1) from blobs.doc_med
pages::::select count(1) from blobs.doc_obj
select count(1) from blobs.doc_obj
allergies::::select count(1) from clin.allergy
select count(1) from clin.allergy
clinical items::::select (count(1) + 4) from clin.clin_root_item
select count(1) from clin.clin_root_item
communication channels::::select count(1) from dem.lnk_identity2comm
select count(1) from dem.lnk_identity2comm
test results::::select (count(1) + 1) from clin.test_result
select count(1) from clin.test_result
unmatched test results::::select count(1) from clin.incoming_data_unmatched
select count(1) from clin.incoming_data_unmatched
unmatchable test results::::select count(1) from clin.incoming_data_unmatchable
select count(1) from clin.incoming_data_unmatchable
denormalized test results::::select (count(1) + 1) from clin.v_test_results
select count(1) from clin.v_test_results
allergy states::::select count(1) from clin.allergy_state
select count(1) from clin.allergy_state
waiting list entries::::select count(1) from clin.waiting_list
select count(1) from clin.waiting_list
generic codes::::select count(1) from ref.coding_system_root
select count(1) from ref.coding_system_root
data sources::::select count(1) from ref.data_source
select count(1) from ref.data_source
$upgrade plausibility checks$
script base directory = ../sql/v10-v11/python/
data import scripts = $data import scripts$
$data import scripts$
#----------------------------------
[server local host]
name =
port = 5432
template database = template1
super user alias = postgres
schema base directory = ../sql/v10-v11/
schema = $schema$
$schema$
#----------------------------------
[user GNUmed owner]
name = gm-dbo
password =
[user postgres]
name = postgres
#password =
#----------------------------------
# these really shouldn't be changed
#----------------------------------
[GnuMed defaults]
database owner alias = GNUmed owner
groups = $groups$
$groups$
#----------------------------------
# $Log: update_db-v10_v11.conf,v $
# Revision 1.25 2010-01-01 21:27:19 ncq
# - include typo fixup
#
# Revision 1.24 2009/10/27 22:57:19 dr_agon
# re-enable generation audit objects, because they are required for proper
# bootstrapping of the "dynamic" bundle of next database version
#
# Revision 1.23 2009/10/27 11:01:37 ncq
# - disable audit/notify schema generation
#
# Revision 1.22 2009/09/15 15:23:12 ncq
# - run v11 fixups after creating DB
#
# Revision 1.21 2009/08/08 10:41:38 ncq
# - add dropping of obsolete db groups
#
# Revision 1.20 2009/07/23 16:44:02 ncq
# - include jobs view
#
# Revision 1.19 2009/07/16 09:53:40 ncq
# - include translator fix
#
# Revision 1.18 2009/07/15 19:49:40 ncq
# - need v_pat_addresses
#
# Revision 1.17 2009/07/15 12:23:26 ncq
# - include more scripts
#
# Revision 1.16 2009/07/09 16:49:15 ncq
# - include test data
# - include fixes
# - fix plausibility checks
#
# Revision 1.15 2009/06/29 15:15:01 ncq
# - improved wording as per list discussion
#
# Revision 1.14 2009/06/22 09:29:27 ncq
# - include episode journal view
#
# Revision 1.13 2009/06/11 13:04:59 ncq
# - expect v11
#
# Revision 1.12 2009/06/10 21:04:46 ncq
# - include more scripts
# - better layout for tests
#
# Revision 1.11 2009/06/04 16:38:28 ncq
# - include more scripts
#
# Revision 1.10 2009/05/24 16:30:54 ncq
# - include provider inbox
#
# Revision 1.9 2009/05/22 11:02:34 ncq
# - add scripts
# - add test for view on test results
#
# Revision 1.8 2009/05/18 15:56:12 ncq
# - include v10 fixups before changing to v11
#
# Revision 1.7 2009/05/12 12:08:05 ncq
# - include more scripts
#
# Revision 1.6 2009/05/04 11:42:51 ncq
# - include current medication tables
#
# Revision 1.5 2009/04/21 17:03:01 ncq
# - include more scripts
#
# Revision 1.4 2009/04/19 22:29:34 ncq
# - include LOINC
#
# Revision 1.3 2009/04/05 18:07:36 ncq
# - include scripts
#
# Revision 1.2 2009/04/03 09:56:00 ncq
# - add a bunch of scripts
#
# Revision 1.1 2009/03/16 15:15:30 ncq
# - new database
#
#
|