2018-07-19 Fred Gleason <fredg@paravelsystems.com>

* Added a 'CAST_DOWNLOADS' table to the database.
	* Incremented the database version to 294.
This commit is contained in:
Fred Gleason
2018-07-19 21:42:11 +00:00
parent 94ff45a4dc
commit c2f11d76be
13 changed files with 166 additions and 96 deletions

View File

@@ -2,7 +2,7 @@
//
// Functions for manipulating RSS feed log tables.
//
// (C) Copyright 2007,2016 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2007,2016-2018 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -23,7 +23,6 @@
#include <qstring.h>
void RDCreateFeedLog(QString keyname);
void RDDeleteFeedLog(QString keyname);
void RDDeleteCastCount(QString keyname,unsigned cast_id);
void RDDeleteCastCount(unsigned feed_id,unsigned cast_id);