Skip to content

Commit

Permalink
chain_code3 changed to VARCHAR(5) for longer currency-names. This is …
Browse files Browse the repository at this point in the history
…backward compatible because if the way VARCHARs are defined.
  • Loading branch information
crowning- committed Apr 7, 2015
1 parent 4f8d200 commit 9324d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Abe/DataStore.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ def initialize(store):
"""CREATE TABLE chain (
chain_id NUMERIC(10) NOT NULL PRIMARY KEY,
chain_name VARCHAR(100) UNIQUE NOT NULL,
chain_code3 VARCHAR(4) NULL,
chain_code3 VARCHAR(5) NULL,
chain_address_version VARBINARY(100) NOT NULL,
chain_script_addr_vers VARBINARY(100) NULL,
chain_magic BINARY(4) NULL,
Expand Down

0 comments on commit 9324d57

Please sign in to comment.