[[
Guidelines for Modifying the Koha Database Structure
]]
Koha Developer Wiki
Trace:
»
Guidelines for Modifying the Koha Database Structure
You are here:
Koha Wiki
»
English.
»
Koha Development
»
Guidelines for Modifying the Koha Database Structure
Table of Contents
Guidelines for Modifying the Koha Database Structure
Files to Modify
installer/data/mysql/updatedatabase.pl
installer/data/mysql/kohastructure.sql
installer/data/Pg/kohastructure.sql
installer/data/mysql/en/mandatory/sysprefs.sql
installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_systemprefs.sql
kohaversion.pl
Guidelines for Modifying the Koha Database Structure
Files to Modify
installer/data/mysql/updatedatabase.pl
This file is used to updated a previous install of Koha to the newest version.
Before modifying this file, claim a database number at
http://wiki.koha.org/doku.php?id=en:development:dbrevs:start
installer/data/mysql/kohastructure.sql
This file creates the koha database structure for a new install of Koha.
installer/data/Pg/kohastructure.sql
The same as installer/data/mysql/kohastructure.sql, but for Koha installs using
PostgreSQL
Note: This file may no longer be maintained.
installer/data/mysql/en/mandatory/sysprefs.sql
This file is used to create the System Prefs for a new install of Koha.
installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_systemprefs.sql
The same as sysprefs.sql, but for French language users.
kohaversion.pl
If you have modified the database, make sure you change $VERSION to reflect the newest version.
Once kohaversion.pl has been modified, the next time that you access the Staff Client you will be prompted to upgrade your database.
en/development/dbmodguidelines.txt · Last modified: 2009/01/02 08:56 by kylemhall
Except where otherwise noted, content on this wiki is licensed under the following license:
CC Attribution-Noncommercial-Share Alike 3.0 Unported