mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +00:00
schema.sql: add comment about hash being in base16
This commit is contained in:
parent
403201e011
commit
a9358a6097
@ -1,7 +1,7 @@
|
||||
create table if not exists ValidPaths (
|
||||
id integer primary key autoincrement not null,
|
||||
path text unique not null,
|
||||
hash text not null,
|
||||
hash text not null, -- base16 representation
|
||||
registrationTime integer not null,
|
||||
deriver text,
|
||||
narSize integer,
|
||||
|
Loading…
Reference in New Issue
Block a user