]> pd.if.org Git - zpackage/commitdiff
add missing schema file
authorNathan Wagner <nw@hydaspes.if.org>
Sat, 12 Oct 2019 16:23:04 +0000 (16:23 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Sat, 12 Oct 2019 16:23:04 +0000 (16:23 +0000)
schema/sign.sql [new file with mode: 0644]

diff --git a/schema/sign.sql b/schema/sign.sql
new file mode 100644 (file)
index 0000000..b7c3f13
--- /dev/null
@@ -0,0 +1,5 @@
+create table package_signatures (
+       packagehash text,
+       signature text,
+       primary key (packagehash, signature)
+);