All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bc_database_scripts.V3.0.0.2024.08.24__Reset_timeout_on_use.sql Maven / Gradle / Ivy

Go to download

A Kotlin-first (and Java) framework that makes creating Discord bots a piece of cake, using the JDA library.

There is a newer version: 3.0.0-alpha.18
Show newest version
------------------------------------------------------ 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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy