]> WPIA git - gigi.git/blob - src/org/cacert/gigi/database/upgrade/from_12.sql
1035e09d49e42cb15ba5713b5cdb4969b7d13e1b
[gigi.git] / src / org / cacert / gigi / database / upgrade / from_12.sql
1 ALTER TABLE "organisations" ALTER COLUMN  "name" TYPE  varchar(64);
2
3 ALTER TABLE "organisations" ADD COLUMN  "optional_name"  text;
4 ALTER TABLE "organisations" ADD COLUMN  "postal_address"  text;