Improve database, add log and cli
This commit is contained in:
2
db-migrations/0_creation.sql
Normal file
2
db-migrations/0_creation.sql
Normal file
@ -0,0 +1,2 @@
|
||||
CREATE TABLE IF NOT EXISTS sheets (name TEXT, path TEXT, file_size INTEGER, file_hash TEXT);
|
||||
CREATE TABLE IF NOT EXISTS composers (name TEXT, id INTEGER);
|
Reference in New Issue
Block a user