bc_database_scripts.V3.0.0.2024.08.24__Reset_timeout_on_use.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of BotCommands Show documentation
Show all versions of BotCommands Show documentation
A Kotlin-first (and Java) framework that makes creating Discord bots a piece of cake, using the JDA library.
------------------------------------------------------ 5th migration script for BotCommands ------------------------------------------------------
---------------------------------- Make sure to run the previous scripts (chronological order) before this one -----------------------------------
SET SCHEMA 'bc';
UPDATE bc_version
SET version = '3.0.0-alpha.19'
WHERE one_row = true;
-- Add column
ALTER TABLE bc_component
ADD COLUMN reset_timeout_on_use_duration_ms INT NULL DEFAULT NULL;