crates from other registries do exist

This commit is contained in:
missing 2022-09-09 18:40:13 -05:00
parent d31313f838
commit 469bed53b8

View file

@ -47,7 +47,7 @@ CREATE TYPE dependency_kind AS ENUM (
CREATE TABLE IF NOT EXISTS deps ( CREATE TABLE IF NOT EXISTS deps (
id int NOT NULL UNIQUE GENERATED ALWAYS AS IDENTITY PRIMARY KEY, id int NOT NULL UNIQUE GENERATED ALWAYS AS IDENTITY PRIMARY KEY,
name text NOT NULL REFERENCES crates (name), name text NOT NULL,
version_req text NOT NULL, version_req text NOT NULL,
optional boolean NOT NULL, optional boolean NOT NULL,
default_features boolean NOT NULL, default_features boolean NOT NULL,