You've already forked AstralRinth
forked from didirus/AstralRinth
Allow users to manage their own affiliate codes (#4392)
* Allow users to manage their own affiliate codes * Add a badge to restrict access to affiliate codes * sqlx prepare and clippy
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE affiliate_codes
|
||||
ADD COLUMN source_name VARCHAR(255) NOT NULL DEFAULT '(unnamed)';
|
||||
Reference in New Issue
Block a user