From 11945a73c631bedbcf8daaba531964c3fc2d6333 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Thu, 5 Feb 2004 12:49:08 +0000 Subject: - Remove html, txt, and pdf directories from CVS - makedocs.pl now creates said directories when building the docs The idea here is that it's useless to have compiled stuff in CVS. The website will now auto-build the docs upon changes to the xml directory. --- docs/html/dbmodify.html | 186 ------------------------------------------------ 1 file changed, 186 deletions(-) delete mode 100644 docs/html/dbmodify.html (limited to 'docs/html/dbmodify.html') diff --git a/docs/html/dbmodify.html b/docs/html/dbmodify.html deleted file mode 100644 index 298ab0783..000000000 --- a/docs/html/dbmodify.html +++ /dev/null @@ -1,186 +0,0 @@ -Modifying Your Running System
The Bugzilla Guide - 2.17.7 - Development Release
PrevChapter 4. Customising BugzillaNext

4.4. Modifying Your Running System

Bugzilla optimizes database lookups by storing all relatively - static information in the - versioncache file, located in the - data/ - subdirectory under your installation directory.

If you make a change to the structural data in your database (the - versions table for example), or to the - "constants" - - encoded in defparams.pl, you will need to remove - the cached content from the data directory (by doing a - "rm data/versioncache" - - ), or your changes won't show up.

versioncache - gets automatically regenerated whenever it's more than - an hour old, so Bugzilla will eventually notice your changes by itself, - but generally you want it to notice right away, so that you can test - things.


PrevHomeNext
Customizing Who Can Change WhatUpMySQL Bugzilla Database Introduction
\ No newline at end of file -- cgit v1.2.3-24-g4f1b