mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-02 15:13:52 +01:00
2018-05-31 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdrevert(8) that threw SQL errors when reverting schema change 278.
This commit is contained in:
@@ -989,7 +989,8 @@ void MainObject::Revert278() const
|
||||
"UDP_PORT,"+ // 12
|
||||
"UDP_STRING,"+ // 13
|
||||
"LOG_RML "+ // 14
|
||||
"from LOG_MACHINES";
|
||||
"from LOG_MACHINES where "+
|
||||
"MACHINE<3";
|
||||
q=new RDSqlQuery(sql,false);
|
||||
while(q->next()) {
|
||||
sql=QString("update RDAIRPLAY set ")+
|
||||
|
||||
Reference in New Issue
Block a user