@sven s: warum warten? Patch aus Kundenprojekt, der einige Felder in customer auf...
authorJan Büren <jan@lx-office-hosting.de>
Tue, 19 Oct 2010 18:40:30 +0000 (20:40 +0200)
committerJan Büren <jan@lx-office-hosting.de>
Tue, 19 Oct 2010 18:40:30 +0000 (20:40 +0200)
sql/Pg-upgrade2/customer_long_entries.sql [new file with mode: 0644]

diff --git a/sql/Pg-upgrade2/customer_long_entries.sql b/sql/Pg-upgrade2/customer_long_entries.sql
new file mode 100644 (file)
index 0000000..2412449
--- /dev/null
@@ -0,0 +1,10 @@
+-- @tag: customer_long_entries
+-- @description: Lange Spalten für Kundentabelle
+-- @depends: release_2_6_1
+
+ALTER TABLE customer ALTER COLUMN account_number TYPE text;
+ALTER TABLE customer ALTER COLUMN bank_code TYPE text;
+ALTER TABLE customer ALTER COLUMN ustid TYPE text;
+ALTER TABLE customer ALTER COLUMN name TYPE text;
+ALTER TABLE customer ALTER COLUMN contact TYPE text;
+