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

(-)a/installer/data/mysql/atomicupdate/bug_14179-alter-currency-table.sql (-1 / +6 lines)
Line 0 Link Here
0
- 
1
--
2
-- Alter `currency` column from VARCHAR(10) to VARCHAR(255)
3
--
4
5
ALTER TABLE `currency`
6
  MODIFY COLUMN `currency` VARCHAR(255) NOT NULL DEFAULT '';

Return to bug 14179