Files
codit/backend/migrations/002_repo_attachable.sql
hyung-hwan 06bac41e7c enhanced handling of foreign repos
added the attachable field to the repos table for it
2026-06-30 14:22:32 +09:00

2 lines
68 B
SQL

ALTER TABLE repos ADD COLUMN attachable INTEGER NOT NULL DEFAULT 0;