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
9667d915
Commit
9667d915
authored
Aug 19, 2005
by
Leigh B. Stoller
Browse files
Ack, fix up previous revision!
parent
8742ef7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
9667d915
...
...
@@ -728,7 +728,7 @@ CREATE TABLE knowledge_base_entries (
section
tinytext
,
title
tinytext
,
body
text
,
xref_tag
tinytext
,
xref_tag
varchar
(
64
)
default
NULL
,
faq_entry
tinyint
(
1
)
NOT
NULL
default
'0'
,
date_modified
datetime
default
NULL
,
modifier_uid
varchar
(
8
)
default
NULL
,
...
...
@@ -736,7 +736,6 @@ CREATE TABLE knowledge_base_entries (
date_archived
datetime
default
NULL
,
archiver_uid
varchar
(
8
)
default
NULL
,
PRIMARY
KEY
(
idx
),
UNIQUE
KEY
(
xref_tag
)
)
TYPE
=
MyISAM
;
--
...
...
sql/database-migrate.txt
View file @
9667d915
...
...
@@ -2774,7 +2774,7 @@ last_net_act,last_cpu_act,last_ext_act);
section tinytext,
title tinytext,
body text,
xref_tag
tinytext
,
xref_tag
varchar(64) default NULL
,
faq_entry tinyint(1) NOT NULL default '0',
date_modified datetime default NULL,
modifier_uid varchar(8) default NULL,
...
...
@@ -2782,5 +2782,8 @@ last_net_act,last_cpu_act,last_ext_act);
date_archived datetime default NULL,
archiver_uid varchar(8) default NULL,
PRIMARY KEY (idx),
UNIQUE KEY (xref_tag)
) TYPE=MyISAM;
4.6: Fix up previous revision; skip to next entry.
4.7:
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