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:
parent
0a2583d2d9
commit
36e5c75340
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
);
|
);
|
Loading…
Add table
Reference in a new issue