agent-virtualize advertising sources
[freeside.git] / README.1.7.0
index 4ce58cc..c82c8ad 100644 (file)
@@ -8,9 +8,11 @@ ALTER TABLE cust_pay_batch ALTER COLUMN batchnum SET NOT NULL;
 ALTER TABLE cust_pay_batch ADD COLUMN payinfo varchar(512);
 UPDATE cust_pay_batch SET payinfo = cardnum;
 ALTER TABLE cust_pay_batch DROP COLUMN cardnum;
+ALTER TABLE cust_pay_batch ALTER COLUMN exp DROP NOT NULL;
 ALTER TABLE h_cust_pay_batch ADD COLUMN payinfo varchar(512);
 UPDATE h_cust_pay_batch SET payinfo = cardnum;
 ALTER TABLE h_cust_pay_batch DROP COLUMN cardnum;
+ALTER TABLE h_cust_pay_batch ALTER COLUMN exp DROP NOT NULL;
 
 make install-perl-modules
 run "freeside-upgrade username" to uprade your database schema
@@ -19,7 +21,8 @@ run "freeside-upgrade username" to uprade your database schema
  anything else connected to your database, especially on older Pg versions)
 
 ACL bootstrapping:
-  - Run "bin/mapsecrets2access_user username"
+  - cd /usr/local/etc/freeside; chown freeside mapsecrets htpasswd
+  - Run "bin/mapsecrets2access_user username" as the freeside user
   - You can then add more restrictive groups and move your users into them
 
 If you have any records in the cust_tax_exempt table, you *MUST* migrate them