added post and get test to hash prefix

This commit is contained in:
Joe Dowd
2020-08-31 02:42:25 +01:00
parent 28bd24022b
commit 82d59e159f
4 changed files with 45 additions and 2 deletions

View File

@@ -15,6 +15,8 @@ CREATE TABLE "sqlb_temp_table_3" (
"shadowHidden" INTEGER NOT NULL,
"hashedVideoID" TEXT NOT NULL
);
/* hash upgade test sha256('vid') = '1ff838dc6ca9680d88455341118157d59a055fe6d0e3870f9c002847bebe4663' */
INSERT INTO sqlb_temp_table_3 SELECT *, sha256(videoID) FROM sponsorTimes;
DROP TABLE sponsorTimes;