Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
0f2ae549
Commit
0f2ae549
authored
Sep 01, 2005
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a cvsrepo_public flag to the projects table.
parent
575da631
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
sql/database-create.sql
sql/database-create.sql
+1
-0
sql/database-migrate.txt
sql/database-migrate.txt
+5
-1
No files found.
sql/database-create.sql
View file @
0f2ae549
...
...
@@ -1528,6 +1528,7 @@ CREATE TABLE projects (
pcremote_ok
set
(
'pcplabphys'
,
'pcron'
,
'pcwa'
)
default
NULL
,
default_user_interface
enum
(
'emulab'
,
'plab'
)
NOT
NULL
default
'emulab'
,
linked_to_us
tinyint
(
4
)
NOT
NULL
default
'0'
,
cvsrepo_public
tinyint
(
1
)
NOT
NULL
default
'0'
,
PRIMARY
KEY
(
pid
),
KEY
unix_gid
(
unix_gid
),
KEY
approved
(
approved
),
...
...
sql/database-migrate.txt
View file @
0f2ae549
...
...
@@ -2787,5 +2787,9 @@ last_net_act,last_cpu_act,last_ext_act);
4.6: Fix up previous revision; skip to next entry.
4.7: Ditto.
4.8:
4.8:
Add a cvsrepo public flag to the project table.
alter table projects add cvsrepo_public tinyint(1) \
NOT NULL default '0' after linked_to_us;
4.9:
Write
Preview
Markdown
is supported
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