Revision 9229
Added by Jing Tao over 9 years ago
src/edu/ucsb/nceas/metacat/admin/upgrade/GenerateGlobalIdentifiers.java | ||
---|---|---|
164 | 164 |
convertIdentifierField(con, "systemmetadata", "guid"); |
165 | 165 |
convertIdentifierField(con, "smreplicationpolicy", "guid"); |
166 | 166 |
convertIdentifierField(con, "smreplicationstatus", "guid"); |
167 |
convertIdentifierField(con, "smmediatypeproperties", "guid"); |
|
167 | 168 |
|
168 | 169 |
// Now clean up the temporary column we created, but note this makes it much |
169 | 170 |
// harder to revert our changes |
Also available in: Unified diff
Add code to update smmediatypeproperties table.