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[],
|
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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user