Project

General

Profile

« Previous | Next » 

Revision 6790

schemas/vegbien.sql: sourcename: Removed system, which has been replaced by source_id as the scoping field

View differences:

vegbien.sql
2076 2076
CREATE TABLE sourcename (
2077 2077
    sourcename_id integer NOT NULL,
2078 2078
    source_id integer NOT NULL,
2079
    system text,
2080 2079
    name text NOT NULL,
2081 2080
    matched_source_id integer
2082 2081
);

Also available in: Unified diff