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

« back to all changes in this revision

Viewing changes to modules/exif/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/ExifPropertiesMap.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
 
    -- This file was automatically generated from an XSL template, which is
3
 
    -- why it looks so ugly.  Editing it by hand would be a bad idea.
4
 
    --
5
 
 
6
 
    CREATE TABLE DB_TABLE_PREFIXExifPropertiesMap (
7
 
  DB_COLUMN_PREFIXproperty
8
 
      VARCHAR(
9
 
      
10
 
          128
11
 
        
12
 
      )
13
 
    
14
 
      ,
15
 
    DB_COLUMN_PREFIXviewMode
16
 
      INTEGER
17
 
    
18
 
      ,
19
 
    DB_COLUMN_PREFIXsequence
20
 
      INTEGER
21
 
    
22
 
    );
23
 
 
24
 
  
25
 
    CREATE UNIQUE INDEX DB_TABLE_PREFIXExifPropertiesMap_78674 
26
 
    ON DB_TABLE_PREFIXExifPropertiesMap
27
 
    (DB_COLUMN_PREFIXproperty
28
 
        ,
29
 
      DB_COLUMN_PREFIXviewMode);
30
 
    
31
 
 
32
 
    INSERT INTO DB_TABLE_PREFIXSchema (
33
 
      DB_COLUMN_PREFIXname,
34
 
      DB_COLUMN_PREFIXmajor,
35
 
      DB_COLUMN_PREFIXminor
36
 
      ) VALUES (
37
 
      'ExifPropertiesMap',
38
 
      1,
39
 
      0
40
 
      );
41
 
 
42
 
  
 
 
b'\\ No newline at end of file'