X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=README.1.4.0pre3-4;h=9814a658a159d28ddda60df39c2b87dbd17d1cc1;hp=0ac859137f867179550c8711751f6618e94dcb80;hb=44e51a5c50be350fa698bcdcf86ad5c01a7631a2;hpb=8ca6f203e5dae208d7af581d68671fe47c5e1a1a diff --git a/README.1.4.0pre3-4 b/README.1.4.0pre3-4 index 0ac859137..9814a658a 100644 --- a/README.1.4.0pre3-4 +++ b/README.1.4.0pre3-4 @@ -10,7 +10,10 @@ CREATE TABLE part_pop_local ( npa char(3) not null, nxx char(3) not null ); -CREATE UNIQUE INDEX part_pop_local1 ON part_pop_local ( npa, nxx ); +CREATE INDEX part_pop_local1 ON part_pop_local ( npa, nxx ); + +ALTER TABLE cust_pay_batch ADD paybatchnum integer; +CREATE UNIQUE INDEX cust_pay_batch_pkey ON cust_pay_batch ( paybatchnum ); Run bin/dbdef-create