mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2018-05-30 Fred Gleason <fredg@paravelsystems.com>
* Removed drop of the 'RECORDINGS.SAMPRATE' field from schema change 285. * Cleaned up SQL calls in rdcatchd(8). * Cleaned up SQL calls in 'RDStation'. * Cleaned up SQL calls in 'RDLibraryConf'. * Cleaned up SQL calls in 'RDLogeditConf'. * Cleaned up SQL calls in 'RDLogLine'. * Cleaned up SQL calls in 'RDSvc'. * Cleaned up SQL calls in rivendell_filter(1).
This commit is contained in:
@@ -1407,11 +1407,6 @@ void MainObject::Revert285() const
|
||||
q=new RDSqlQuery(sql,false);
|
||||
delete q;
|
||||
|
||||
sql=QString("alter table RECORDINGS add ")+
|
||||
"column SAMPRATE int unsigned default 44100 after CHANNELS";
|
||||
q=new RDSqlQuery(sql,false);
|
||||
delete q;
|
||||
|
||||
sql=QString("alter table SERVICES add ")+
|
||||
"column TFC_START_OFFSET int after TFC_TITLE_LENGTH";
|
||||
q=new RDSqlQuery(sql,false);
|
||||
|
Reference in New Issue
Block a user