show a full stack backtrace if we wind up in the hash method with an empty Hash attri...
[freeside.git] / README.1.5.0pre6
1 CREATE TABLE cust_pay_refund (
2     payrefundnum serial NOT NULL,
3     paynum int NOT NULL,
4     refundnum int NOT NULL,
5     _date int NOT NULL,
6     amount decimal(10,2) NOT NULL,
7     PRIMARY KEY (payrefundnum)
8 );
9 CREATE INDEX cust_pay_refund1 ON cust_pay_refund(paynum);
10 CREATE INDEX cust_pay_refund2 ON cust_pay_refund(refundnum);
11
12 dbdef-create username
13 create-history-tables username cust_pay_refund
14 dbdef-create username
15