Refactoring: clean architecture project structure

This commit is contained in:
2025-08-09 15:18:42 +03:00
parent 40e207bdb2
commit 8e133630d4
12 changed files with 265 additions and 188 deletions

View File

@@ -1,7 +1,7 @@
-- +goose Up
CREATE TABLE files (
id TEXT PRIMARY KEY,
type TEXT NOT NULL,
storage TEXT NOT NULL,
size INTEGER NOT NULL,
created_at DATETIME DEFAULT CURRENT_TIMESTAMP
);