mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-03 01:40:21 +08:00
Merge upstream main into feat/500-api-key-ip-whitelist
This commit is contained in:
@@ -113,6 +113,17 @@ type = "text"
|
||||
length = 32
|
||||
default = "system"
|
||||
|
||||
[[table.users.columns]]
|
||||
name = "privacy_policy_accepted_version"
|
||||
type = "text"
|
||||
length = 64
|
||||
nullable = true
|
||||
|
||||
[[table.users.columns]]
|
||||
name = "privacy_policy_accepted_at"
|
||||
type = "timestamp"
|
||||
nullable = true
|
||||
|
||||
[[table.users.columns]]
|
||||
name = "metadata"
|
||||
type = "json"
|
||||
@@ -544,6 +555,11 @@ name = "is_pinned"
|
||||
type = "bool"
|
||||
default = false
|
||||
|
||||
[[table.announcements.columns]]
|
||||
name = "requires_ack"
|
||||
type = "bool"
|
||||
default = false
|
||||
|
||||
[[table.announcements.columns]]
|
||||
name = "start_time"
|
||||
type = "unix_seconds"
|
||||
|
||||
Reference in New Issue
Block a user