| 6 | | x.y.0-createdb-from-scratch-with-demo-data.sql Drops the current "openmrs" database and creates a new one with demo data |
|---|
| 7 | | x.y.0-schema-only.sql Uses currently selected database to create the tables |
|---|
| 8 | | x.y.0-schema-with-core-and-demo-data.sql Uses currently selected database to create tables and demo data |
|---|
| 9 | | x.y.0-schema-with-core-data.sql Uses currently selected database to create tables and the very base data |
|---|
| 10 | | readme.txt This file |
|---|
| 11 | | test-data-conventions.sql Utility script to test some expected conventions in your database |
|---|
| 12 | | update-to-latest-db.mysqldiff.sql Updates any openmrs version to the latest version |
|---|
| | 6 | x.y.0-createdb-from-scratch-with-demo-data.sql..Drops the current "openmrs" database and creates a new one with demo data |
|---|
| | 7 | x.y.0-schema-only.sql...........................Uses currently selected database to create the tables (no row data) |
|---|
| | 8 | x.y.0-schema-with-core-and-demo-data.sql........Uses currently selected database to create tables and demo data. This file |
|---|
| | 9 | is the same as the "createdb..." script except that it allows you to run |
|---|
| | 10 | this against any database name (not just "openmrs") |
|---|
| | 11 | x.y.0-schema-with-core-data.sql.................Uses currently selected database to create tables and the very base data needed |
|---|
| | 12 | for openmrs to run |
|---|
| | 13 | readme.txt......................................The file you're reading right now |
|---|
| | 14 | update-to-latest-db.mysqldiff.sql...............Updates any openmrs version to the latest version incrementally |
|---|
| | 15 | util/...........................................Utility scripts to work on the database |
|---|