Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
40548802
Commit
40548802
authored
Nov 28, 2016
by
Francesc Guasch
Browse files
[#51] fixed missing , at log_commands table definition
parent
d87a5ead
Changes
1
Show whitespace changes
Inline
Side-by-side
sql/mysql/log_commands.sql
View file @
40548802
CREATE
TABLE
log_commands
(
id
integer
auto_increment
primary
key
id
integer
auto_increment
primary
key
,
id_domain
int
not
null
,
id_user
int
not
null
,
command
char
(
32
)
not
null
,
...
...
Write
Preview
Supports
Markdown
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