Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kotishe
ISPConfig 3
Commits
4e2d727a
Commit
4e2d727a
authored
Sep 22, 2014
by
Florian Schaal
Browse files
corrected upd_0078.sql
parent
d15bceb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/sql/incremental/upd_0078.sql
View file @
4e2d727a
ALTER
TABLE
`dns_rr`
CHANGE
`data`
`data`
TEXT
NOT
NULL
DEFAULT
''
ALTER
TABLE
`ftp_user`
ADD
`expires`
datetime
NOT
NULL
DEFAULT
'0000-00-00 00:00:00'
AFTER
`dl_bandwidth`
;
ALTER
TABLE
`dns_rr`
CHANGE
`data`
`data`
TEXT
NOT
NULL
DEFAULT
''
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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