You've already forked AstralRinth
forked from didirus/AstralRinth
Integrate with Aditude API for payouts (#965)
* Integrate with Aditude API for payouts * Update expiry * Fix tests
This commit is contained in:
2
migrations/20240911044738_payouts-updates.sql
Normal file
2
migrations/20240911044738_payouts-updates.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE payouts_values ADD COLUMN date_available timestamptz NOT NULL DEFAULT now();
|
||||
ALTER TABLE payouts_values ALTER COLUMN date_available DROP DEFAULT;
|
||||
Reference in New Issue
Block a user