Sign. Part 1

This commit is contained in:
alexey
2025-03-21 00:02:18 +03:00
parent a57d0a0f15
commit c6a89e7be1
12 changed files with 107 additions and 16 deletions

View File

@@ -44,6 +44,7 @@ Sequel.migration do
String :rpmname, text: true
Integer :sign
String :signpath, text: true
String :filehash, text: true
foreign_key :repo_id, :repos, :key => :id
end