Skip to content
Snippets Groups Projects
Commit 2be0c6b1 authored by Krzysztof Leśniak's avatar Krzysztof Leśniak Committed by Bartek Wrona
Browse files

Change hive.public_key_type to be VARCHAR

parent 85634974
No related branches found
No related tags found
6 merge requests!627merge in fix for get_current_block_age,!626Fix get_current_block_age function to avoid healthcheck fails,!622merge develop to master,!599merge ( with merge commit) develop to master,!597Merge develop to master for release,!264Implement conversion functions from custom operation type to specific sql operation type
......@@ -8,7 +8,7 @@ CREATE DOMAIN hive.comment_title AS VARCHAR(255);
CREATE DOMAIN hive.memo AS VARCHAR(2048);
CREATE DOMAIN hive.public_key_type AS bytea;
CREATE DOMAIN hive.public_key_type AS VARCHAR;
CREATE DOMAIN hive.weight_type AS int4; -- uint16_t: 2 byte, but unsigned (int4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment