mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2018-06-11 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rddbmgr(8) that broke --modify when using an implied schema.
This commit is contained in:
@@ -317,11 +317,11 @@ MainObject::MainObject(QObject *parent)
|
||||
}
|
||||
else {
|
||||
if(set_version.isEmpty()) {
|
||||
set_schema=RD_VERSION_DATABASE;
|
||||
if(set_schema<schema) {
|
||||
fprintf(stderr,"rddbmgr: reversion implied, you must explicitly specify the target schema\n");
|
||||
exit(1);
|
||||
}
|
||||
set_schema=RD_VERSION_DATABASE;
|
||||
}
|
||||
else {
|
||||
if((set_schema=GetVersionSchema(set_version))==0) {
|
||||
|
Reference in New Issue
Block a user