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
b28d4c5e
Commit
b28d4c5e
authored
May 18, 2016
by
Francesc Guasch
Browse files
status is now a word
parent
4143064a
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/mysql/requests.sql
View file @
b28d4c5e
...
...
@@ -4,7 +4,7 @@ CREATE TABLE `requests` (
`args`
char
(
255
)
DEFAULT
NULL
,
`date_req`
datetime
DEFAULT
NULL
,
`date_changed`
timestamp
,
`status`
char
(
1
)
DEFAULT
NULL
,
`status`
char
(
32
)
DEFAULT
NULL
,
`error`
varchar
(
255
)
DEFAULT
NULL
,
`id_domain`
int
(
11
)
DEFAULT
NULL
,
`domain_name`
char
(
80
)
DEFAULT
NULL
...
...
sql/sqlite/requests.sql
View file @
b28d4c5e
...
...
@@ -4,7 +4,7 @@ CREATE TABLE `requests` (
`args`
char
(
255
)
DEFAULT
NULL
,
`date_req`
datetime
DEFAULT
NULL
,
`date_changed`
datetime
default
current_timestamp
,
`status`
char
(
1
)
DEFAULT
NULL
,
`status`
char
(
32
)
DEFAULT
NULL
,
`error`
varchar
(
255
)
DEFAULT
NULL
,
`id_domain`
int
(
11
)
DEFAULT
NULL
,
`domain_name`
char
(
80
)
DEFAULT
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