mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-16 13:01:04 +02:00
Fix set followed method (#168)
* Fix set followed rpc method * Fix get followed squeaks method
This commit is contained in:
parent
b39bb94a92
commit
3543f498cc
8 changed files with 103 additions and 30 deletions
4
init.sql
4
init.sql
|
|
@ -28,7 +28,7 @@ CREATE TABLE IF NOT EXISTS profile (
|
|||
profile_name VARCHAR(64) NOT NULL,
|
||||
private_key bytea,
|
||||
address VARCHAR(35) UNIQUE NOT NULL, -- Maximum length of a bitcoin address is 35.
|
||||
sharing BOOLEAN NOT NULL,
|
||||
following BOOLEAN NOT NULL,
|
||||
shared BOOLEAN NOT NULL,
|
||||
followed BOOLEAN NOT NULL,
|
||||
whitelisted BOOLEAN NOT NULL
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue