Sync build infro from the alpha site

This commit is contained in:
Latif Khalifa
2013-10-16 13:46:34 +02:00
parent 8dd29da01a
commit 687a1fb227
6 changed files with 73 additions and 4 deletions

View File

@@ -69,4 +69,13 @@ create table comment(
user_id integer,
commented timestamp not null default current_timestamp,
comment text
);
create table builds(
build_nr integer,
chan varchar(64),
version varchar(64),
hash varchar(64),
modified timestamp,
primary key(chan, build_nr)
);