From d8e1f81df2e40574c0e685910bf99407f7e66017 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Wed, 13 Jul 2011 15:28:30 +0000 Subject: administrators can permanently delete a device page - part 1 --- h-source/tables.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'h-source/tables.sql') diff --git a/h-source/tables.sql b/h-source/tables.sql index b6914c9..ba40d5c 100644 --- a/h-source/tables.sql +++ b/h-source/tables.sql @@ -90,6 +90,7 @@ create table hardware ( ask_for_del char(4) not null default 'no', deleted char(4) not null default 'no', approved char(4) not null default 'yes', + cleared char(3) not null default 'no', pci_id char(10) not null, driver varchar(50) not null, interface char(15) not null default 'not-specified', @@ -134,6 +135,7 @@ create table revisions ( architecture char(15) not null default 'not-specified', other_names text CHARACTER SET utf8 not null, approved char(4) not null default 'yes', + cleared char(3) not null default 'no', id_hard INT UNSIGNED NOT NULL )engine=innodb; -- cgit v1.2.3