Revision 72ad92fd
Von Jan Büren vor etwa 14 Jahren hinzugefügt
sql/Pg-upgrade2/customer_long_entries.sql | ||
---|---|---|
1 |
-- @tag: customer_long_entries |
|
2 |
-- @description: Lange Spalten für Kundentabelle |
|
3 |
-- @depends: release_2_6_1 |
|
4 |
|
|
5 |
ALTER TABLE customer ALTER COLUMN account_number TYPE text; |
|
6 |
ALTER TABLE customer ALTER COLUMN bank_code TYPE text; |
|
7 |
ALTER TABLE customer ALTER COLUMN ustid TYPE text; |
|
8 |
ALTER TABLE customer ALTER COLUMN name TYPE text; |
|
9 |
ALTER TABLE customer ALTER COLUMN contact TYPE text; |
|
10 |
|
Auch abrufbar als: Unified diff
@sven s: warum warten? Patch aus Kundenprojekt, der einige Felder in customer auf Text erweitert (z.B. keine Limitierung mehr für Kontonummern etc.