Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
cbb11c58
Commit
cbb11c58
authored
Jun 21, 2004
by
Leigh B. Stoller
Browse files
Minor whitespace change in database-create.txt to make schemacheck
happy.
parent
ff3a3773
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
cbb11c58
...
...
@@ -1978,7 +1978,7 @@ CREATE TABLE widearea_updates (
roottag
tinytext
NOT
NULL
,
update_requested
datetime
NOT
NULL
default
'0000-00-00 00:00:00'
,
update_started
datetime
default
NULL
,
force
enum
(
'yes'
,
'no'
)
NOT
NULL
default
'no'
,
force
enum
(
'yes'
,
'no'
)
NOT
NULL
default
'no'
,
PRIMARY
KEY
(
IP
)
)
TYPE
=
MyISAM
;
...
...
sql/database-migrate.txt
View file @
cbb11c58
...
...
@@ -1706,3 +1706,6 @@ last_net_act,last_cpu_act,last_ext_act);
1.257: Change node_types:class to length 30 instead of 10.
alter table node_types change class class varchar(30) default NULL;
1.258: Minor whitespace change in database-create.txt to make
schemacheck happy.
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