4
0
Fork 0
mirror of https://github.com/zzzzDev4/ias-tea-axum.git synced 2025-04-21 07:41:21 +02:00

add default values for config

This commit is contained in:
zzzz 2025-01-11 02:44:32 +01:00
parent 0a2583d2d9
commit 36e5c75340

View file

@ -16,6 +16,6 @@ CREATE TABLE IF NOT EXISTS steepinglog (
); );
CREATE TABLE IF NOT EXISTS config ( CREATE TABLE IF NOT EXISTS config (
default_steeping_time INT NOT NULL, default_steeping_time INT NOT NULL DEFAULT 120,
feedback_timeout BIGINT NOT NULL feedback_timeout BIGINT NOT NULL DEFAULT 60
); );