~ubuntu-branches/ubuntu/hardy/gallery2/hardy-security

« back to all changes in this revision

Viewing changes to modules/thumbnail/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/A_ThumbnailImage_1.0.sql

  • Committer: Bazaar Package Importer
  • Author(s): Michael C. Schultheiss
  • Date: 2006-04-16 16:42:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060416164235-8uy0u4bfjdxpge2o
Tags: 2.1.1-1
* New upstream release (Closes: #362936)
  + Bugfixes for Postgres7 (Closes: #359000, #362152)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
 
3
 
    UPDATE DB_TABLE_PREFIXSchema
4
 
      SET DB_COLUMN_PREFIXmajor=1,
5
 
          DB_COLUMN_PREFIXminor=1
6
 
      WHERE DB_COLUMN_PREFIXname='ThumbnailImage' AND
7
 
          DB_COLUMN_PREFIXmajor=1 AND
8
 
          DB_COLUMN_PREFIXminor=0;
9
 
  
 
 
b'\\ No newline at end of file'