06bac41e7c
added the attachable field to the repos table for it
2 lines
68 B
SQL
2 lines
68 B
SQL
ALTER TABLE repos ADD COLUMN attachable INTEGER NOT NULL DEFAULT 0;
|