record cryptoCode for bills table

This commit is contained in:
Josh Harvey 2016-04-07 16:23:15 +01:00
parent e227716ad9
commit 4e5b1173d6
2 changed files with 4 additions and 0 deletions

View file

@ -31,3 +31,5 @@ alter table bills add crypto_code text default 'BTC';
alter table bills alter satoshis TYPE bigint;
- update cryptoCode for bills insert
- test against old server
- remove debug