File: update-1.6.1.txt

package info (click to toggle)
mydms 1.7.0-1%2Blenny1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,844 kB
  • ctags: 2,452
  • sloc: php: 17,707; sql: 281; sh: 47; makefile: 47
file content (27 lines) | stat: -rw-r--r-- 887 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
-------------------------------------------------------------------
              MyDMS 1.6.1 Update from previous Version
-------------------------------------------------------------------

IMPORTANT: Backup your database before commencing any upgrade.


1. Requirements

You must have version 1.6.0 of MyDMS installed and configured correctly on
your system.

IMPORTANT: Backup your database before commencing any upgrade.

To upgrade from a version of MyDMS older than 1.6.0, first follow the
instructions found in the document "update-1.6.0.txt".


2. Updating the Database

IMPORTANT: Backup your database before commencing any upgrade. (Can I make
this any plainer?)

From within the database management interface, run the following SQL statement:

ALTER TABLE `tblUsers` ADD `language` VARCHAR( 32 ) NOT NULL AFTER `email` ,
ADD `theme` VARCHAR( 32 ) NOT NULL AFTER `language` ;