1
Fork 0
photoview/api/database/migrations/001_user.down.sql

3 lines
66 B
SQL

DROP TABLE IF EXISTS user;
DROP TABLE IF NOT EXISTS access_token;