add load applications

This commit is contained in:
2026-08-30 21:17:32 +07:00
parent 3b15fb3a2b
commit c0b5ceb65f
28 changed files with 1536 additions and 139 deletions
@@ -0,0 +1,7 @@
-- +goose Up
ALTER TABLE applications
ADD COLUMN IF NOT EXISTS file_type TEXT NOT NULL DEFAULT '';
-- +goose Down
ALTER TABLE applications
DROP COLUMN IF EXISTS file_type;