]> wagnertech.de Git - mfinanz.git/blobdiff - sql/Pg-upgrade/Pg-upgrade-2.2.0.15-2.2.0.16.sql
Fehlender Lauf von locales.pl
[mfinanz.git] / sql / Pg-upgrade / Pg-upgrade-2.2.0.15-2.2.0.16.sql
index 5494886ce2ad0529e78851686c090718c3112b86..2969769002aeb5810cbf923db175bdd4ceab0330 100644 (file)
@@ -6,9 +6,9 @@ CREATE TABLE "adr" (
 
 ALTER TABLE parts add column adr_id integer;
 
-alter table shipto add column id integer;
-alter table shipto alter column id set default nextval('id'::text);
-update shipto set id=nextval('id'::text);
+alter table shipto add column shipto_id integer;
+alter table shipto alter column shipto_id set default nextval('id'::text);
+update shipto set shipto_id=nextval('id'::text);
 
 alter table oe add column shipto_id integer;
-alter table ar add column shipto_id integer;
\ No newline at end of file
+alter table ar add column shipto_id integer;