Changeset 5183 for openmrs/branches/data_synchronization_bidirectional/metadata/model/1.3.0-schema-only.sql
- Timestamp:
- 08/06/08 17:17:55 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs/branches/data_synchronization_bidirectional/metadata/model/1.3.0-schema-only.sql
r4969 r5183 3 3 -- Host: localhost Database: openmrs 4 4 -- ------------------------------------------------------ 5 -- Server version 5.0.51a-3ubuntu5. 15 -- Server version 5.0.51a-3ubuntu5.2 6 6 /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; 7 7 /*!40103 SET TIME_ZONE='+00:00' */; … … 1360 1360 `birthdate` date default NULL, 1361 1361 `birthdate_estimated` tinyint(1) default NULL, 1362 `dead` int(1) NOT NULL default '0',1362 `dead` tinyint(1) NOT NULL default '0', 1363 1363 `death_date` datetime default NULL, 1364 1364 `cause_of_death` int(11) default NULL, … … 1472 1472 `format` varchar(50) default NULL, 1473 1473 `foreign_key` int(11) default NULL, 1474 `searchable` int(1) NOT NULL default '0',1474 `searchable` tinyint(1) NOT NULL default '0', 1475 1475 `creator` int(11) NOT NULL default '0', 1476 1476 `date_created` datetime NOT NULL default '0000-00-00 00:00:00', … … 1913 1913 /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; 1914 1914 1915 INSERT INTO global_property VALUES ('database_version','1.3.0.14',NULL); 1916 1915 1917 /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; 1916 1918 /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; … … 1918 1920 /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; 1919 1921 1920 -- Dump completed on 2008-06-12 14:39:34 1922 -- Dump completed on 2008-07-25 2:22:52 1923