You've already forked AstralRinth
forked from xxxOFFxxx/AstralRinth
98b4970680
* Store method ID for payouts * Fixes
3 lines
47 B
SQL
3 lines
47 B
SQL
ALTER TABLE payouts
|
|
ADD COLUMN method_id TEXT;
|