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

« back to all changes in this revision

Viewing changes to modules/core/classes/GalleryStorage/xml-src/A_GalleryAccessMap_1.1.xml

  • 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
<?xml version="1.0" encoding="utf-8"?>
 
2
 
 
3
<!DOCTYPE change
 
4
  SYSTEM "../../../../../lib/tools/dtd/DatabaseChangeDefinition2.0.dtd">
 
5
<change>
 
6
  <table-name>AccessMap</table-name>
 
7
  <schema-from>
 
8
    <schema-major>1</schema-major>
 
9
    <schema-minor>1</schema-minor>
 
10
  </schema-from>
 
11
  <schema-to>
 
12
    <schema-major>1</schema-major>
 
13
    <schema-minor>2</schema-minor>
 
14
  </schema-to>
 
15
  <remove>
 
16
    <column-name>userId</column-name>
 
17
  </remove>
 
18
  <remove>
 
19
    <column-name>groupId</column-name>
 
20
  </remove>
 
21
  <add>
 
22
    <key primary="true">
 
23
      <column-name>accessListId</column-name>
 
24
      <column-name>userOrGroupId</column-name>
 
25
    </key>
 
26
  </add>
 
27
  <add>
 
28
    <index>
 
29
      <column-name>userOrGroupId</column-name>
 
30
    </index>
 
31
  </add>
 
32
</change>