- no more appId in appData as appVersion implies an appId*

- screenshot class has been reworked to remove need of appId
- screenshot class has been improved to send e-mails so that email handling can be removed from other scripts
This commit is contained in:
Jonathan Ernst
2005-02-04 02:55:50 +00:00
committed by WineHQ
parent 76faddeef4
commit 3ebdbc9af5
8 changed files with 397 additions and 424 deletions

View File

@@ -154,7 +154,6 @@ create table appComments (
*/
create table appData (
id int not null auto_increment,
appId int not null,
versionId int default 0,
type enum('image', 'url', 'bug'),
description text,
@@ -170,7 +169,6 @@ create table appData (
*/
create table appDataQueue (
queueId int not null auto_increment,
appId int not null,
versionId int default 0,
type enum('image', 'url'),
description text,