~ubuntu-branches/ubuntu/maverick/gallery2/maverick

« back to all changes in this revision

Viewing changes to modules/thumbnail/classes/GalleryStorage/schema.tpl

  • Committer: Bazaar Package Importer
  • Author(s): Michael C. Schultheiss
  • Date: 2007-09-10 20:22:19 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070910202219-0jsuntvqge4ade6b
Tags: 2.2.3-2
Add Slovak translation of Debconf templates.  (Thanks to 
Ivan Masá.  Closes: #441671)

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
# A_ThumbnailImage_1.1
105
105
ALTER TABLE DB_TABLE_PREFIXThumbnailImage DROP COLUMN DB_COLUMN_PREFIXfileName;
106
106
 
 
107
CALL ADMIN_CMD ('REORG TABLE DB_TABLE_PREFIXThumbnailImage');
 
108
 
107
109
UPDATE DB_TABLE_PREFIXSchema
108
110
  SET DB_COLUMN_PREFIXmajor=1, DB_COLUMN_PREFIXminor=2
109
111
  WHERE DB_COLUMN_PREFIXname='ThumbnailImage' AND DB_COLUMN_PREFIXmajor=1 AND DB_COLUMN_PREFIXminor=1;