mirror of https://github.com/wg-easy/wg-easy
4 changed files with 7 additions and 7 deletions
@ -1,7 +1,7 @@ |
|||
CREATE TABLE `tc_state_table` ( |
|||
`id` integer PRIMARY KEY DEFAULT 1 NOT NULL, |
|||
`total_ul_rate` integer NOT NULL DEFAULT 100, |
|||
`default_class_id` integer NOT NULL DEFAULT 11, |
|||
`default_class_id` integer NOT NULL DEFAULT 21, |
|||
`classes` text NOT NULL DEFAULT '[]', |
|||
`created_at` text DEFAULT (CURRENT_TIMESTAMP) NOT NULL, |
|||
`updated_at` text DEFAULT (CURRENT_TIMESTAMP) NOT NULL |
|||
|
|||
Loading…
Reference in new issue