mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 11:49:25 +00:00
Add hearts to marketplace assets
This commit is contained in:
@@ -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)
|
||||
);
|
||||
Reference in New Issue
Block a user