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

« back to all changes in this revision

Viewing changes to modules/quotas/classes/GalleryStorage/xml-src/A_QuotasMap_1.0.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>QuotasMap</table-name>
 
7
  <schema-from>
 
8
    <schema-major>1</schema-major>
 
9
    <schema-minor>0</schema-minor>
 
10
  </schema-from>
 
11
  <schema-to>
 
12
    <schema-major>1</schema-major>
 
13
    <schema-minor>1</schema-minor>
 
14
  </schema-to>
 
15
  <remove>
 
16
    <index>
 
17
      <column-name>userOrGroupId</column-name>
 
18
    </index>
 
19
  </remove>
 
20
  <alter>
 
21
    <column>
 
22
      <column-name>userOrGroupId</column-name>
 
23
      <column-type>INTEGER</column-type>
 
24
      <column-size>MEDIUM</column-size>
 
25
      <not-null empty="disallowed"/>
 
26
    </column>
 
27
  </alter>
 
28
  <add>
 
29
    <key primary="true">
 
30
      <column-name>userOrGroupId</column-name>
 
31
    </key>
 
32
  </add>
 
33
</change>