Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
07/17/08 15:20:10 (6 months ago)
Author:
catullus
Message:

sync-bidrectional: partly merge

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/data_synchronization_bidirectional

    • Property svn:ignore changed from
      build*
      dist*
      ${env.CATALINA_HOME}
      docs
      .metadata
      setup.inf
      setup.rpt
      to
      build*
      dist*
      ${env.CATALINA_HOME}
      docs
      .metadata
      setup.inf
      setup.rpt
      *.iws
      *.ipr
      *.iml
  • openmrs/branches/data_synchronization_bidirectional/metadata/model/readme.txt

    r4295 r4969  
    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--------