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

« back to all changes in this revision

Viewing changes to modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryAccessSubscriberMap.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_PREFIXAccessSubscriberMap (
7
 
  DB_COLUMN_PREFIXitemId
8
 
      int(11)
9
 
    
10
 
    NOT NULL
11
 
  
12
 
      ,
13
 
    DB_COLUMN_PREFIXaccessListId
14
 
      int(11)
15
 
    
16
 
    NOT NULL
17
 
  
18
 
    ,
19
 
  
20
 
      PRIMARY KEY (DB_COLUMN_PREFIXitemId)
21
 
    
22
 
    ,
23
 
  
24
 
    INDEX DB_TABLE_PREFIXAccessSubscriberMap_83732 (DB_COLUMN_PREFIXaccessListId)
25
 
    
26
 
 
27
 
    ) TYPE=DB_TABLE_TYPE;
28
 
 
29
 
    INSERT INTO DB_TABLE_PREFIXSchema (
30
 
      DB_COLUMN_PREFIXname,
31
 
      DB_COLUMN_PREFIXmajor,
32
 
      DB_COLUMN_PREFIXminor
33
 
      ) VALUES (
34
 
      'AccessSubscriberMap',
35
 
      1,
36
 
      0
37
 
      );
38
 
 
39
 
  
 
 
b'\\ No newline at end of file'