File: templates

package info (click to toggle)
libwiki-toolkit-perl 0.80-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 824 kB
  • sloc: perl: 4,684; sh: 45; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 955 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Template: libwiki-toolkit-perl/schema_upgrade_warn
Type: boolean
_Description: Install version of Wiki::Toolkit requiring schema upgrade?
 You are about to install a version of Wiki::Toolkit which requires a
 database schema upgrade. Until you have run the upgrade procedure on
 Wiki::Toolkit databases, this will cause applications using Wiki::Toolkit
 to stop working.
 .
 If your Wiki::Toolkit application installed an upgrade hook, this upgrade
 procedure will optionally run this hook to automatically upgrade the
 database(s) belonging to this application.

Template: libwiki-toolkit-perl/schema_upgrade_auto
Type: boolean
_Description: Automatically upgrade Wiki::Toolkit databases?
 Upgrade hooks provided by Wiki::Toolkit applications have been found.
 They can be run after the package upgrade completes to automatically
 upgrade the relevant databases.
 .
 It is recommended that you backup your Wiki::Toolkit databases before
 upgrading them.