Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
9603e1ce
Commit
9603e1ce
authored
Sep 10, 2002
by
bugreport%peshkin.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 167643 - Schema Changes from bug 143826 are out of order
2xr=JayPee
parent
6f22e13f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
checksetup.pl
checksetup.pl
+6
-5
No files found.
checksetup.pl
View file @
9603e1ce
...
...
@@ -2530,11 +2530,6 @@ if (GetFieldDef('bugs_activity', 'field')) {
DropField
(
'bugs_activity'
,
'field'
);
}
# 2002-05-10 - enhanchment bug 143826
# Add private comments and private attachments on less-private bugs
AddField
(
'longdescs'
,
'isprivate'
,
'tinyint not null default 0'
);
AddField
(
'attachments'
,
'isprivate'
,
'tinyint not null default 0'
);
# 2000-01-18 New email-notification scheme uses a new field in the bug to
...
...
@@ -3064,6 +3059,12 @@ if (GetFieldDef("logincookies", "hostname")) {
AddField
(
"logincookies"
,
"ipaddr"
,
"varchar(40) NOT NULL"
);
}
# 2002-05-10 - enhanchment bug 143826
# Add private comments and private attachments on less-private bugs
AddField
(
'longdescs'
,
'isprivate'
,
'tinyint not null default 0'
);
AddField
(
'attachments'
,
'isprivate'
,
'tinyint not null default 0'
);
# 2002-07-03 myk@mozilla.org bug99203:
# Add a bug alias field to the bugs table so bugs can be referenced by alias
# in addition to ID.
...
...
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