mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 07:25:03 +01:00
add Quest timer toggle Chat Command
This commit is contained in:
5
schemas/patch-schema/timer-toggle.sql
Normal file
5
schemas/patch-schema/timer-toggle.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE users ADD COLUMN IF NOT EXISTS timer bool;
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user