This commit is contained in:
2025-08-05 12:10:56 +03:00
parent 18b13fdb57
commit a5c512c7d4
5 changed files with 56 additions and 18 deletions

View File

@ -68,6 +68,7 @@ create table picrinth.swipes (
constraint swipes_unique unique (username, feed_id, picture_id)
);
-- TODO: add author?
create table picrinth.accounts (
id serial not null,
platform text not null,