4 lines
127 B
MySQL
4 lines
127 B
MySQL
|
|
-- Remove the refresh_policy column from website_crawls table
|
||
|
|
ALTER TABLE website_crawls
|
||
|
|
DROP COLUMN IF EXISTS refresh_policy;
|