Turn Files into a streaming RPC, reduce maximum message size limit
[debiancodesearch.git] / schema.sql
blob3608985e363df7cee32d9b6738a14d030d0e2caf
1 CREATE TABLE pkg_ranking (
2     package text NOT NULL,
3     total real,
4     popcon real,
5     rdepends real
6 );