rewrite: Create guild timezone setting.
This commit is contained in:
@@ -138,6 +138,7 @@ class CoreData(Registry, name="core"):
|
||||
first_joined_at TIMESTAMPTZ DEFAULT now(),
|
||||
left_at TIMESTAMPTZ,
|
||||
locale TEXT,
|
||||
timezone TEXT,
|
||||
force_locale BOOLEAN
|
||||
);
|
||||
|
||||
@@ -197,6 +198,8 @@ class CoreData(Registry, name="core"):
|
||||
first_joined_at = Timestamp()
|
||||
left_at = Timestamp()
|
||||
|
||||
timezone = String()
|
||||
|
||||
locale = String()
|
||||
force_locale = Bool()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user