|
The DatabaseExporter will attempt to drop the same sequence name multiple times on dropping, and similarly attempt to create the same sequence multiple times on creation.
I guess that's not really a bug as the final result is the same, but each causes errors. Would be nice to just make sure the create and drop scripts avoid duplicate/unnecessary statements.
|