Bugzilla – Attachment 39021 Details for
Bug 14179
Field width for currency is wrong in the GUI
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14179 - Alters currency field to VARCHAR(255)
Bug-14179---Alters-currency-field-to-VARCHAR255.patch (text/plain), 966 bytes, created by
Indranil Das Gupta
on 2015-05-10 23:04:11 UTC
(
hide
)
Description:
Bug 14179 - Alters currency field to VARCHAR(255)
Filename:
MIME Type:
Creator:
Indranil Das Gupta
Created:
2015-05-10 23:04:11 UTC
Size:
966 bytes
patch
obsolete
>From e6088876be6803170c81b7ebbf6c2855a32d8f69 Mon Sep 17 00:00:00 2001 >From: Indranil Das Gupta <indradg@gmail.com> >Date: Mon, 11 May 2015 04:28:54 +0530 >Subject: [PATCH] Bug 14179 - Alters currency field to VARCHAR(255) > >Alters `currency`.`currency` column from VARCHAR(10) to VARCHAR(255) >--- > .../data/mysql/atomicupdate/bug_14179-alter-currency-table.sql | 6 ++++++ > 1 file changed, 6 insertions(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_14179-alter-currency-table.sql > >diff --git a/installer/data/mysql/atomicupdate/bug_14179-alter-currency-table.sql b/installer/data/mysql/atomicupdate/bug_14179-alter-currency-table.sql >new file mode 100644 >index 0000000..e6a06e6 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_14179-alter-currency-table.sql >@@ -0,0 +1,6 @@ >+-- >+-- Alter `currency` column from VARCHAR(10) to VARCHAR(255) >+-- >+ >+ALTER TABLE `currency` >+ MODIFY COLUMN `currency` VARCHAR(255) NOT NULL DEFAULT ''; >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14179
:
39021
|
39022
|
39030
|
39031