mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 10:42:57 +00:00
upload
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
-- Rollback visitor_events table changes
|
||||
|
||||
DROP INDEX IF EXISTS idx_visitor_events_page_path;
|
||||
DROP INDEX IF EXISTS idx_visitor_events_created_at;
|
||||
DROP INDEX IF EXISTS idx_visitor_events_event_type_created_at;
|
||||
|
||||
ALTER TABLE visitor_events DROP COLUMN IF EXISTS page_path;
|
||||
ALTER TABLE visitor_events DROP COLUMN IF EXISTS page_name;
|
||||
ALTER TABLE visitor_events DROP COLUMN IF EXISTS data;
|
||||
Reference in New Issue
Block a user