Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Add team reference to pacakges.
Browse files Browse the repository at this point in the history
  • Loading branch information
aandis authored and chadwhitacre committed Dec 2, 2016
1 parent c50be1e commit 4edcb83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/branch.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ BEGIN;
, long_description text NOT NULL DEFAULT ''
, long_description_raw text NOT NULL DEFAULT ''
, long_description_type text NOT NULL DEFAULT ''
, team text REFERENCES teams
ON UPDATE CASCADE ON DELETE RESTRICT
, mtime timestamp with time zone NOT NULL
, UNIQUE (package_manager_id, name)
, UNIQUE (team)
);

CREATE TABLE package_emails
Expand Down

0 comments on commit 4edcb83

Please sign in to comment.