Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
invinoveritas
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gbe
invinoveritas
22bc6cb8732b80ac71d7c8ab36d32a30c2f114f1
invinoveritas
migrations
0003-session-remote.sql
Find file
Normal view
Permalink
0003-session-remote.sql
96 B
Newer
Older
Store remote address when creating a session
gbe
committed
3 years ago
1
2
-- Add a "remote IP address" column to the session table
ALTER
TABLE
sessions
ADD
remote
string
;