Rewrite identity and access management
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
2
pkg/coredata/migrations/20251205T140000Z.sql
Normal file
2
pkg/coredata/migrations/20251205T140000Z.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE sessions ADD COLUMN user_agent TEXT DEFAULT 'SESSION_CREATED_BEFORE_USER_AGENT_COLUMN_ADDED';
|
||||
ALTER TABLE sessions ADD COLUMN ip_address INET DEFAULT '::1';
|
||||
Reference in New Issue
Block a user