first demo

This commit is contained in:
xkm
2025-04-14 22:57:36 +08:00
parent 0c76d2169a
commit a960184433
22 changed files with 1047 additions and 218 deletions

View File

@@ -0,0 +1,5 @@
-- +goose Up
ALTER TABLE pastes ADD COLUMN IF NOT EXISTS compile_log TEXT NOT NULL DEFAULT '';
-- +goose Down
ALTER TABLE pastes DROP COLUMN compile_log;