Skip to content
Snippets Groups Projects
Commit e2b14213 authored by felmer's avatar felmer
Browse files

LMS-529 DumpPreparator no longer stand alone

SVN: 7849
parent cad4e99e
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,3 @@ layer databases = [postgresql]
check layeringOf generic databases
[dumpPreparator] = ${package}.postgresql.DumpPreparator
[cisdClasses-dumpPreparator] = ch.systemsx.cisd.* excluding [dumpPreparator]
check [dumpPreparator] independentOf [cisdClasses-dumpPreparator]
......@@ -53,8 +53,6 @@ import ch.systemsx.cisd.dbmigration.SimpleTableMetaData;
* <p>
* <b>Important:</b> When creating the dump file with <code>pg_dump</code> use the option
* <b>--no-owner</b>.
* <p>
* Note, that this is a stand alone class which only uses J2EE library classes.
*
* @author Franz-Josef Elmer
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment