mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
5 lines
140 B
SQL
5 lines
140 B
SQL
-- 0009_message_usage
|
|
-- Remove usage JSONB column from bot_history_messages
|
|
|
|
ALTER TABLE bot_history_messages DROP COLUMN IF EXISTS usage;
|