feat: added audit logs table to the database
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
946085a18f
commit
e8de96b2d0
3 changed files with 41 additions and 0 deletions
2
migrations/2025-08-04-195527_add_audit_log/down.sql
Normal file
2
migrations/2025-08-04-195527_add_audit_log/down.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
-- This file should undo anything in `up.sql`
|
||||
DROP TABLE audit_logs;
|
Loading…
Add table
Add a link
Reference in a new issue