Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
07/25/08 02:30:52 (6 months ago)
Author:
bwolfe
Message:

1.3.x branch: Updating schema files to latest diff version in preparation for release

Files:

Legend:

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

    r4947 r5036  
    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 
    1915 INSERT INTO `global_property` VALUES ('database_version','1.3.0.11',NULL); 
     1915INSERT INTO global_property VALUES ('database_version','1.3.0.14',NULL); 
    19161916 
    19171917/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; 
     
    19201920/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; 
    19211921 
    1922 -- Dump completed on 2008-06-12 14:39:34 
     1922-- Dump completed on 2008-07-25  2:12:42