backend/migrations/2025-08-04-195527_add_audit_log/down.sql
BAaboe e8de96b2d0
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
feat: added audit logs table to the database
2025-08-04 22:51:05 +02:00

2 lines
69 B
SQL

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