/[collab-qa]/udd/src/schema/upload_history
ViewVC logotype

Contents of /udd/src/schema/upload_history

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1086 - (show annotations) (download)
Tue Aug 12 15:13:01 2008 UTC (4 years, 10 months ago) by neronus-guest
File size: 377 byte(s)
web/*: Fixed web scripts
TODO: rt_affects_* tristate: won't do
      PREPARE/EXECUTE for bugs: done
      access information on wiki: done
      two new TODOs
orpahend_packages: fixed typo
upload_history: added two new fields

1 CREATE TABLE %(table)s
2 (id serial, package text, version text, date timestamp with time zone,
3 changed_by text, maintainer text, nmu boolean, signed_by text, key_id text,
4 closes int);
5
6 CREATE TABLE %(table)s_architecture
7 (id int, architecture text,
8 PRIMARY KEY (id, architecture));
9
10
11 GRANT SELECT ON %(table)s TO PUBLIC;
12 GRANT SELECT ON %(table)s_architecture TO PUBLIC;

  ViewVC Help
Powered by ViewVC 1.1.5