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[],
|
||||
followingsSyncStatus JSONB,
|
||||
|
||||
acct VARCHAR(20) UNIQUE,
|
||||
host VARCHAR(20)
|
||||
acct VARCHAR(50),
|
||||
host VARCHAR(253),
|
||||
UNIQUE (acct, host)
|
||||
);";
|
||||
await _tools.ExecuteRequestAsync(createFollowers);
|
||||
|
||||
|
|
Reference in a new issue