Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 3663

Show
Ignore:
Timestamp:
03/19/08 15:28:37 (10 months ago)
Author:
tmdugan
Message:

-- chica

* fixed a minor error with an sql statement

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/chica/metadata/sqldiff.xml

    r3662 r3663  
    13541354INSERT INTO `chica_state_action` VALUES ('5', 'RANDOMIZE', 'Randomize patient to given study'); 
    13551355INSERT INTO `chica_state_mapping` VALUES ('Randomize', 'PSF_create', null, '11', '5'); 
    1356 update 'chica_state_mapping' set next_state='Randomize' where initial_state='CHECKIN'; 
     1356update chica_state_mapping set next_state='Randomize' where initial_state='CHECKIN'; 
    13571357                </sql> 
    13581358                </diff>