Sync build infro from the alpha site
This commit is contained in:
@@ -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)
|
||||
);
|
||||
Reference in New Issue
Block a user