mirror of
https://github.com/SamyRai/turash.git
synced 2025-12-26 23:01:33 +00:00
6 lines
123 B
SQL
Executable File
6 lines
123 B
SQL
Executable File
-- Drop activity logging table
|
|
-- Migration: 018_create_activity_logs_table.down.sql
|
|
|
|
DROP TABLE IF EXISTS activity_logs;
|
|
|