mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
tweak follow table
This commit is contained in:
@ -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 New Issue
Block a user