1
0
mirror of https://github.com/actix/examples synced 2024-11-28 08:22:39 +01:00
examples/database_interactions/simple-auth-server/migrations/2018-10-09-101948_users/down.sql
2021-02-26 00:57:58 +00:00

3 lines
64 B
SQL

-- This file should undo anything in `up.sql`
DROP TABLE users;