aboutsummaryrefslogtreecommitdiff
path: root/migrations/revert/users.sql
blob: e3c42d9c1e728fbdf46fced4ee9b54496caf5d7a (plain) (blame)
1
2
3
4
5
6
7
8
-- Revert byspel:users from sqlite

BEGIN;

drop table users;
drop table shadow;

COMMIT;