We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd5aff commit 259fde1Copy full SHA for 259fde1
1 file changed
ddl/migrations/0175_cleanup_old_tables.sql
@@ -1,6 +1,6 @@
1
BEGIN;
2
3
DROP TABLE IF EXISTS sol_swaps;
4
-DROP TABLE IF EXISTS sol_unprocessed_txe;
+DROP TABLE IF EXISTS sol_unprocessed_txs;
5
6
COMMIT;
0 commit comments