Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jens
ISPConfig 3
Commits
a0c3cdab
Commit
a0c3cdab
authored
Oct 21, 2021
by
Marius Burkard
Browse files
- renamed incremental sql file for release
parent
b15856da
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/sql/incremental/upd_0095.sql
0 → 100644
View file @
a0c3cdab
ALTER
TABLE
`remote_session`
ADD
`remote_ip`
VARCHAR
(
39
)
NOT
NULL
DEFAULT
''
AFTER
`tstamp`
;
\ No newline at end of file
install/sql/incremental/upd_dev_collection.sql
View file @
a0c3cdab
ALTER
TABLE
`remote_session`
ADD
`remote_ip`
VARCHAR
(
39
)
NOT
NULL
DEFAULT
''
AFTER
`tstamp`
;
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment