mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
* Allow users to manage their own affiliate codes * Add a badge to restrict access to affiliate codes * sqlx prepare and clippy
3 lines
94 B
SQL
3 lines
94 B
SQL
ALTER TABLE affiliate_codes
|
|
ADD COLUMN source_name VARCHAR(255) NOT NULL DEFAULT '(unnamed)';
|