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
a74dcc6a
Commit
a74dcc6a
authored
Mar 04, 2004
by
Kirk Webb
Browse files
* Changed SLICEPREFIX in default defs to "utah"
* Added 'leaseend' column to plab_slices table.
parent
9163d87f
Changes
3
Hide whitespace changes
Inline
Side-by-side
defs-default
View file @
a74dcc6a
...
...
@@ -33,4 +33,4 @@ WWWHOST=www.emulab.net
TBMAINSITE=1
THISHOMEBASE=Emulab.Net
PLABSUPPORT=1
PLAB_SLICEPREFIX=
emulab
PLAB_SLICEPREFIX=
utah
sql/database-create.sql
View file @
a74dcc6a
...
...
@@ -1035,6 +1035,7 @@ CREATE TABLE plab_slices (
eid
varchar
(
32
)
NOT
NULL
default
''
,
slicename
varchar
(
64
)
NOT
NULL
default
''
,
slicemeta
text
,
leaseend
datetime
default
NULL
,
PRIMARY
KEY
(
pid
,
eid
)
)
TYPE
=
MyISAM
;
...
...
sql/database-migrate.txt
View file @
a74dcc6a
...
...
@@ -1385,3 +1385,7 @@ last_net_act,last_cpu_act,last_ext_act);
alter table widearea_recent modify node_id2 varchar(32) NOT NULL default '';
alter table wires modify node_id1 char(32) NOT NULL default '';
alter table wires modify node_id2 char(32) NOT NULL default '';
1.231 add leaseend column to plab_slices table
alter table plab_slices add column leaseend datetime 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