3 lines
90 B
MySQL
3 lines
90 B
MySQL
|
|
-- Remove slug column from bots table
|
||
|
|
ALTER TABLE public.bots DROP COLUMN IF EXISTS slug;
|