frost-zcash-demo/server/migrations/20240627222152_init.down.sql

3 lines
97 B
SQL

-- Add down migration script here
drop table if exists users;
drop table if exists access_tokens;