Skip to content
GitLab
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-stable
Commits
c8054229
Commit
c8054229
authored
Jul 13, 2004
by
Leigh B. Stoller
Browse files
Remove some devel changes that snuck in yesterday.
parent
e1118822
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
c8054229
...
...
@@ -157,21 +157,6 @@ CREATE TABLE event_objecttypes (
PRIMARY
KEY
(
idx
)
)
TYPE
=
MyISAM
;
--
-- Table structure for table `event_groups`
--
CREATE
TABLE
event_groups
(
pid
varchar
(
12
)
NOT
NULL
default
''
,
eid
varchar
(
32
)
NOT
NULL
default
''
,
idx
int
(
10
)
unsigned
NOT
NULL
auto_increment
,
group_name
varchar
(
64
)
NOT
NULL
default
''
,
agent_name
varchar
(
64
)
NOT
NULL
default
''
,
PRIMARY
KEY
(
pid
,
eid
,
idx
),
KEY
group_name
(
group_name
),
KEY
agent_name
(
agent_name
)
)
TYPE
=
MyISAM
;
--
-- Table structure for table `eventlist`
--
...
...
sql/database-migrate.txt
View file @
c8054229
...
...
@@ -1775,3 +1775,6 @@ last_net_act,last_cpu_act,last_ext_act);
enum('none','ospf','static','manual',\
'static-ddijk','static-old') \
NOT NULL default 'none';
1.267: Remove table definition that snuck in while developing; skip to
next entry;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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