1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/auth/simple-auth-server/migrations/2018-10-09-101948_users/down.sql
2022-02-18 02:01:48 +00:00

3 lines
64 B
SQL

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