000001_initial.down.sql

1-- sqlfluff:dialect:sqlite
2DROP TRIGGER IF EXISTS update_sessions_updated_at;
3
4DROP TABLE IF EXISTS sessions;