Files
explorer-monorepo/backend/database/migrations/0014_activity_events.down.sql
defiQUG 04bea35e89 feat: update token list and Nginx configuration for Chain 138
- Added new compliant tokens including Tether EUR, Pound Sterling, and others to the DUAL_CHAIN_TOKEN_LIST.
- Updated version in the token list configuration to 1.2.
- Enhanced Nginx configuration to support token-aggregation API and serve token list and network configurations from specified paths.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-03-04 02:00:15 -08:00

3 lines
72 B
SQL

-- Rollback activity_events table
DROP TABLE IF EXISTS activity_events;