Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
07/02/08 19:40:36 (5 months ago)
Author:
bmckown
Message:

Merging trunk to complex-obs [4379][4764]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/complex-obs/metadata/model/readme.txt

    r4417 r4785  
    44model image, version information, etc. 
    55 
    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 
     6x.y.0-createdb-from-scratch-with-demo-data.sql..Drops the current "openmrs" database and creates a new one with demo data 
     7x.y.0-schema-only.sql...........................Uses currently selected database to create the tables (no row data) 
     8x.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") 
     11x.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 
     13readme.txt......................................The file you're reading right now 
     14update-to-latest-db.mysqldiff.sql...............Updates any openmrs version to the latest version incrementally 
     15util/...........................................Utility scripts to work on the database 
    1316 
    1417--------