solana-accountsdb-connector/scripts/drop_schema.sql

7 lines
136 B
SQL

/**
* Script for cleaning up the schema for PostgreSQL used for the AccountsDb plugin.
*/
DROP TABLE account_write;
DROP TABLE slot;