RUC-MSc-CS-CIT-2024 / portfolio_subproject_1

Portfolio Subproject made for the CIT 2024 course
0 stars 0 forks source link

feat: framework population script, to provide some dummy data. #29

Closed JuliusKryger closed 1 month ago

JuliusKryger commented 1 month ago

Just to provide us with some dummy data for the upcoming functions, feel free to add, change or do whatever to this script.

JuliusKryger commented 1 month ago

Update

Refactored the SQL script to use DO blocks for dynamically inserting user data into search_history, bookmark, completed, and user_score tables. And added table truncation at the beginning of the script to allow safe reruns without duplicate data.