Revision 6945
Added by ben leinfelder about 11 years ago
upgrade-db-to-2.0.0-postgres.sql | ||
---|---|---|
39 | 39 |
/* |
40 | 40 |
* Remove the old Identifier table (pre-2.0) |
41 | 41 |
*/ |
42 |
DROP TABLE identifier; |
|
42 |
DROP TABLE IF EXISTS identifier;
|
|
43 | 43 |
/* |
44 | 44 |
* Create the new one (DataONE features) |
45 | 45 |
*/ |
Also available in: Unified diff
add "IF EXISTS" clause to identifier table drop in case it does not exist on the given deployment (as is the case on the KNB)