Changed the StatementEntry type enum from CREDIT to SURPLUS. I never liked using the term CREDIT, since its use is confusing along side DEBIT/CREDIT. I couldn't think of another name earlier, which is why I used CREDIT, but I decided anything other than CREDIT is good, so I chose SURPLUS.

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@435 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-30 21:40:38 +00:00
parent 55b3ec947e
commit a1f30804a7
2 changed files with 6 additions and 6 deletions

View File

@@ -1062,7 +1062,7 @@ CREATE TABLE `pmgr_statement_entries` (
`type` ENUM('CHARGE',
'PAYMENT',
'CREDIT')
'SURPLUS')
NOT NULL,
`transaction_id` INT(10) UNSIGNED NOT NULL,