botserver/migrations/6.2.1-01-core/down.sql

4 lines
127 B
MySQL
Raw Normal View History

-- Remove the refresh_policy column from website_crawls table
ALTER TABLE website_crawls
DROP COLUMN IF EXISTS refresh_policy;