Added to CVS.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@768 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2004-01-25 15:50:36 +00:00
parent 1f9b83f4a2
commit 256de0bae6
1 changed files with 15 additions and 0 deletions

15
db/zmalter-0.9.16.sql Normal file
View File

@ -0,0 +1,15 @@
--
-- This updates a 0.9.16 database to 0.9.17
--
-- Make changes to Users table
--
alter table Users add column Language varchar(8) not null default "" after Password;
--
-- These are optional, but we might as well
--
optimize table Frames;
optimize table Events;
optimize table Filters;
optimize table Zones;
optimize table Monitors;
optimize table Stats;