Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
e2b14213
Commit
e2b14213
authored
16 years ago
by
felmer
Browse files
Options
Downloads
Patches
Plain Diff
LMS-529 DumpPreparator no longer stand alone
SVN: 7849
parent
cad4e99e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dbmigration/resource/dependency-structure.ddf
+0
-4
0 additions, 4 deletions
dbmigration/resource/dependency-structure.ddf
dbmigration/source/java/ch/systemsx/cisd/dbmigration/postgresql/DumpPreparator.java
+0
-2
0 additions, 2 deletions
.../systemsx/cisd/dbmigration/postgresql/DumpPreparator.java
with
0 additions
and
6 deletions
dbmigration/resource/dependency-structure.ddf
+
0
−
4
View file @
e2b14213
...
...
@@ -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]
This diff is collapsed.
Click to expand it.
dbmigration/source/java/ch/systemsx/cisd/dbmigration/postgresql/DumpPreparator.java
+
0
−
2
View file @
e2b14213
...
...
@@ -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
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment