mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
2018-08-13 Fred Gleason <fredg@paravelsystems.com>
* Removed support for the 'Backup Database' ['DB'] RML. * Removed support for automatic DB backup. * Dropped the 'STATIONS.BACKUP_DIR' and 'STATIONS.BACKUP_LIFE' fields drom the database. * Incremented the database version to 296.
This commit is contained in:
@@ -56,10 +56,6 @@ class RDStation
|
||||
QString webServiceUrl(RDConfig *config) const;
|
||||
int timeOffset();
|
||||
void setTimeOffset(int msecs);
|
||||
QString backupPath() const;
|
||||
void setBackupPath(QString path) const;
|
||||
int backupLife() const;
|
||||
void setBackupLife(int days) const;
|
||||
unsigned heartbeatCart() const;
|
||||
void setHeartbeatCart(unsigned cartnum) const;
|
||||
unsigned heartbeatInterval() const;
|
||||
|
Reference in New Issue
Block a user