db: use hashes instead of file names
[smatch.git] / smatch_data / db / hash_string.schema
blob9192d238963edf23b33389ba2e3f335a40a4341e
1 CREATE TABLE hash_string (
2         hash big int,
3         value varchar(80),
5         CONSTRAINT mtag_info_row UNIQUE (hash, value)
6 );