File tree 1 file changed +7
-2
lines changed
openmrs-atomfeed-api/src/main/resources
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 58
58
<changeSet author =" maimoonak" id =" opensrp-atomfeed-20160719-4" >
59
59
<preConditions onFail =" MARK_RAN" >
60
60
<sqlCheck expectedResult =" 0" >
61
- SELECT COUNT(*) FROM global_property where property = 'encounter.feed.publish.url'
61
+ SELECT COUNT(*) FROM global_property where property = 'atomfeed. encounter.feed.publish.url'
62
62
</sqlCheck >
63
63
</preConditions >
64
64
<comment >Adding global property for encounter feed publish url</comment >
65
65
<insert tableName =" global_property" >
66
- <column name =" property" value =" encounter.feed.publish.url" />
66
+ <column name =" property" value =" atomfeed. encounter.feed.publish.url" />
67
67
<column name =" property_value" value =" /openmrs/ws/rest/v1/encounter/%s?v=FULL" />
68
68
<column name =" uuid" valueComputed =" UUID()" />
69
69
<column name =" description" value =" Url to be published on encounter save." />
70
70
</insert >
71
71
</changeSet >
72
72
<changeSet id =" opensrp-atomfeed-20160719-5" author =" Hemanth" >
73
+ <preConditions onFail =" MARK_RAN" >
74
+ <not >
75
+ <tableExists tableName =" event_records_queue" />
76
+ </not >
77
+ </preConditions >
73
78
<createTable tableName =" event_records_queue" >
74
79
<column name =" id" type =" int" autoIncrement =" true" >
75
80
<constraints nullable =" false" primaryKey =" true" />
You can’t perform that action at this time.
0 commit comments