mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Rename followed to following (#170)
* Rename followed field to following in profile * Rename shared field to sharing in profile * Revert changes to icons.js * Rename following squeaks to followed squeaks * Fix frontend for renamed get followed request
This commit is contained in:
parent
bb97f8a515
commit
cdca52b7e2
11 changed files with 78 additions and 79 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.
|
||||
shared BOOLEAN NOT NULL,
|
||||
followed BOOLEAN NOT NULL,
|
||||
sharing BOOLEAN NOT NULL,
|
||||
following BOOLEAN NOT NULL,
|
||||
whitelisted BOOLEAN NOT NULL
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue