idk WIP2
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user