mirror of
https://github.com/actix/examples
synced 2025-01-07 08:42:38 +01:00
3 lines
64 B
SQL
3 lines
64 B
SQL
-- This file should undo anything in `up.sql`
|
|
DROP TABLE users;
|