Add hearts to marketplace assets

This commit is contained in:
2026-01-13 23:46:09 +01:00
parent e3580f950d
commit a267f9b5ec
12 changed files with 404 additions and 17 deletions

View File

@@ -0,0 +1,5 @@
CREATE TABLE IF NOT EXISTS marketplace_script_hearts (
script_id TEXT NOT NULL,
username TEXT NOT NULL,
PRIMARY KEY (script_id, username)
);