Skip to content

Commit

Permalink
Add missing nr_downloads column to init.sql too.
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Jan 5, 2020
1 parent 6fdaa65 commit 94012e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CREATE TABLE modules (
id serial primary key,
user_id int default 0,
name text default '',
url text default '',
url text default '',
nr_downloads int default 0,
vcs supported_vcs DEFAULT 'git'
);

0 comments on commit 94012e3

Please sign in to comment.