tweak follow table
This commit is contained in:
parent
b4b1756445
commit
cdfb045c90
1 changed files with 3 additions and 2 deletions
|
@ -106,8 +106,9 @@ namespace BirdsiteLive.DAL.Postgres.DataAccessLayers
|
||||||
followings INTEGER[],
|
followings INTEGER[],
|
||||||
followingsSyncStatus JSONB,
|
followingsSyncStatus JSONB,
|
||||||
|
|
||||||
acct VARCHAR(20) UNIQUE,
|
acct VARCHAR(50),
|
||||||
host VARCHAR(20)
|
host VARCHAR(253),
|
||||||
|
UNIQUE (acct, host)
|
||||||
);";
|
);";
|
||||||
await _tools.ExecuteRequestAsync(createFollowers);
|
await _tools.ExecuteRequestAsync(createFollowers);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue