Remove appOwners code. We're now using mantainers

This commit is contained in:
Paul van Schayck
2004-12-31 00:30:00 +00:00
committed by WineHQ
parent d0ed4c7085
commit 7fb5a034c4
6 changed files with 2 additions and 224 deletions

View File

@@ -10,7 +10,6 @@ drop table if exists apiUsage;
drop table if exists appCategory;
drop table if exists appHitStats;
drop table if exists catHitStats;
drop table if exists appOwners;
drop table if exists appComments;
drop table if exists appData;
drop table if exists appDataQueue;
@@ -154,17 +153,6 @@ create table catHitStats (
);
/*
* application <> owner mapping
*/
create table appOwners (
appId int not null,
ownerId int not null,
key(appId)
);
/*
* user comments
*/