mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 10:42:57 +00:00
4 lines
147 B
SQL
4 lines
147 B
SQL
-- Remove source column and its index
|
|
DROP INDEX IF EXISTS idx_contact_messages_source;
|
|
ALTER TABLE contact_messages DROP COLUMN IF EXISTS source;
|