BREAKING CHANGE: V2 of thr SDK #12

Merged
fenpaws merged 124 commits from develop/postgresql into main 2024-07-01 20:46:28 +00:00
Showing only changes of commit 8a2803276a - Show all commits

View File

@ -62,7 +62,7 @@ CREATE TABLE "PostReference"
preview_file_url TEXT,
sample_file_url TEXT,
source_post_id TEXT,
PRIMARY KEY (post_id, source_id)
PRIMARY KEY (post_id, source_id, url)
);
CREATE TABLE "TagAlias"