View | Details | Raw Unified | Return to bug 19719
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug_19719_add_collection_column.sql (-1 / +5 lines)
Line 0 Link Here
0
- 
1
INSERT INTO columns_settings (module, page, tablename, columnname, cannot_be_toggled, is_hidden) VALUES
2
("circ", "circulation", "issues-table", "collection", 0, 1),
3
("members", "moremember", "issues-table", "collection", 0, 1);
4
5
-- Bug 19719: Add collection column to issues table

Return to bug 19719