Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 3564

Show
Ignore:
Timestamp:
03/07/08 15:20:42 (10 months ago)
Author:
tmdugan
Message:

-- chica

* fixed a couple minor problems in the sqldiff

Files:

Legend:

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

    r3563 r3564  
    13131313ALTER TABLE chica_state_mapping MODIFY initial_state varchar(40) NOT NULL; 
    13141314ALTER TABLE chica_state_mapping MODIFY next_state varchar(40) NOT NULL; 
    1315 ALTER TABLE chica_state_mapping DROP FOREIGN KEY state_fk_form; 
    13161315ALTER TABLE chica_state_mapping 
    13171316    ADD CONSTRAINT chica_map_fk_action FOREIGN KEY (action_id) 
    1318     REFERENCES chica_state_action (action_id); 
     1317    REFERENCES chica_state_action (state_action_id); 
    13191318ALTER TABLE chica_psf_statistics 
    13201319    ADD CONSTRAINT chica_psf_stat_fk_obs FOREIGN KEY (obsv_id)