Files
infra-xodivorce-in/schema/cleanup.sql

10 lines
161 B
SQL

SET FOREIGN_KEY_CHECKS = 0;
DROP TABLE IF EXISTS
`translations`,
`password_resets`,
`contributors`,
`users`,
`languages`;
SET FOREIGN_KEY_CHECKS = 1;