Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
08/06/08 17:17:55 (5 months ago)
Author:
mseaton
Message:

synchronization_bidirectional_branch: merge from [4734] to [5181].

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/data_synchronization_bidirectional/metadata/model/1.3.0-schema-only.sql

    r4969 r5183  
    33-- Host: localhost    Database: openmrs 
    44-- ------------------------------------------------------ 
    5 -- Server version       5.0.51a-3ubuntu5.1 
     5-- Server version       5.0.51a-3ubuntu5.2 
    66/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; 
    77/*!40103 SET TIME_ZONE='+00:00' */; 
     
    13601360  `birthdate` date default NULL, 
    13611361  `birthdate_estimated` tinyint(1) default NULL, 
    1362   `dead` int(1) NOT NULL default '0', 
     1362  `dead` tinyint(1) NOT NULL default '0', 
    13631363  `death_date` datetime default NULL, 
    13641364  `cause_of_death` int(11) default NULL, 
     
    14721472  `format` varchar(50) default NULL, 
    14731473  `foreign_key` int(11) default NULL, 
    1474   `searchable` int(1) NOT NULL default '0', 
     1474  `searchable` tinyint(1) NOT NULL default '0', 
    14751475  `creator` int(11) NOT NULL default '0', 
    14761476  `date_created` datetime NOT NULL default '0000-00-00 00:00:00', 
     
    19131913/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; 
    19141914 
     1915INSERT INTO global_property VALUES ('database_version','1.3.0.14',NULL); 
     1916 
    19151917/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; 
    19161918/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; 
     
    19181920/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; 
    19191921 
    1920 -- Dump completed on 2008-06-12 14:39:34 
     1922-- Dump completed on 2008-07-25  2:22:52 
     1923