Revision 4155
Added by daigle over 16 years ago
src/edu/ucsb/nceas/metacat/admin/DBAdmin.java | ||
---|---|---|
671 | 671 |
|
672 | 672 |
// Each type of db has it's own set of scripts. For instance, Oracle |
673 | 673 |
// scripts end in -oracle.sql. Postges end in -postgres.sql, etc |
674 |
String sqlSuffix = "-" + scriptSuffixMap.get(databaseType); |
|
674 |
String sqlSuffix = "-" + scriptSuffixMap.get("database.scriptsuffix." + databaseType);
|
|
675 | 675 |
|
676 | 676 |
// if either of these is null, we don't want to do anything. Just |
677 | 677 |
// return an empty list. |
Also available in: Unified diff
Fix the db script suffix.