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

« back to all changes in this revision

Viewing changes to modules/core/classes/GalleryStorage/DatabaseStorage/schema/xml-src/A_GalleryEntity_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 table
4
 
  SYSTEM "../../../../../../../lib/tools/dtd/DatabaseChangeDefinition2.0.dtd">
5
 
<change>
6
 
  <table-name>Entity</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
 
  <add>
16
 
    <column>
17
 
      <column-name>onLoadHandlers</column-name>
18
 
      <column-type>STRING</column-type>
19
 
      <column-size>MEDIUM</column-size>
20
 
    </column>
21
 
  </add>
22
 
</change>