mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +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;
|