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

« back to all changes in this revision

Viewing changes to modules/core/classes/GalleryStorage/xml-src/Schema.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/DatabaseTableDefinition2.0.dtd">
 
5
<table>
 
6
    <table-name>Schema</table-name>
 
7
    <schema>
 
8
        <schema-major>1</schema-major>
 
9
        <schema-minor>0</schema-minor>
 
10
    </schema>
 
11
    <column>
 
12
        <column-name>name</column-name>
 
13
        <column-type>STRING</column-type>
 
14
        <column-size>MEDIUM</column-size>
 
15
        <not-null/>
 
16
    </column>
 
17
    <column>
 
18
        <column-name>major</column-name>
 
19
        <column-type>INTEGER</column-type>
 
20
        <column-size>MEDIUM</column-size>
 
21
        <not-null/>
 
22
    </column>
 
23
    <column>
 
24
        <column-name>minor</column-name>
 
25
        <column-type>INTEGER</column-type>
 
26
        <column-size>MEDIUM</column-size>
 
27
        <not-null/>
 
28
    </column>
 
29
    <key primary="true">
 
30
        <column-name>name</column-name>
 
31
    </key>
 
32
</table>
 
 
b'\\ No newline at end of file'