Initial commit

This commit is contained in:
2025-03-19 16:43:15 +01:00
commit 896ac66ab0
4 changed files with 65 additions and 0 deletions

4
migrations/initial.sql Normal file
View File

@@ -0,0 +1,4 @@
create table items (
qr integer unique,
type text not null
) strict;