]> WPIA git - gigi.git/blob - src/org/cacert/gigi/database/upgrade/from_12.sql
fix: ResultSet.getDate is often wrong as it fetches day-precision times
[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;