|
Revision 4120, 0.6 kB
(checked in by dthomas, 8 months ago)
|
Initial import. This module is specific to the PIH DDB form, however, it may provide a good template for how to toss together a quick csv export from openmrs.
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<!DOCTYPE sqldiff PUBLIC "-//OpenMRS//DTD OpenMRS SQL Diff Config 1.0//EN" "http://resources.openmrs.org/doctype/sqldiff-1.0.dtd"> |
|---|
| 3 |
|
|---|
| 4 |
<sqldiff version="1.0"> |
|---|
| 5 |
<help> |
|---|
| 6 |
USE: |
|---|
| 7 |
The diffs are ordered by datamodel version number. |
|---|
| 8 |
The script can be run in a top down fashion and is |
|---|
| 9 |
expected to not failor overwrite old data |
|---|
| 10 |
|
|---|
| 11 |
EXPECT: |
|---|
| 12 |
- "use business-database-name;" was called prior to |
|---|
| 13 |
calling this script |
|---|
| 14 |
</help> |
|---|
| 15 |
|
|---|
| 16 |
<diff> |
|---|
| 17 |
<version>1.0.0</version> |
|---|
| 18 |
<author>Ben Wolfe</author> |
|---|
| 19 |
<date>Nov 8th 2006</date> |
|---|
| 20 |
<description> |
|---|
| 21 |
|
|---|
| 22 |
</description> |
|---|
| 23 |
<sql> |
|---|
| 24 |
</sql> |
|---|
| 25 |
</diff> |
|---|
| 26 |
|
|---|
| 27 |
</sqldiff> |
|---|