diff options
Diffstat (limited to 'README.1.4.0pre3-4')
-rw-r--r-- | README.1.4.0pre3-4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.1.4.0pre3-4 b/README.1.4.0pre3-4 index 6d3b0cd85..9814a658a 100644 --- a/README.1.4.0pre3-4 +++ b/README.1.4.0pre3-4 @@ -12,5 +12,8 @@ CREATE TABLE part_pop_local ( ); 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 |