|
@@ -1,37 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<!DOCTYPE table PUBLIC "-//openser.org//DTD DBSchema V1.1//EN"
|
|
|
- "http://openser.org/pub/openser/dbschema/dtd/1.1/dbschema.dtd" [
|
|
|
-
|
|
|
-<!ENTITY % entities SYSTEM "entities.xml">
|
|
|
-%entities;
|
|
|
-
|
|
|
-]>
|
|
|
-
|
|
|
-<table id="gw" xmlns:db="http://docbook.org/ns/docbook">
|
|
|
- <name>gw_grp</name>
|
|
|
- <version>1</version>
|
|
|
- <type db="mysql">&MYSQL_TABLE_TYPE;</type>
|
|
|
- <description>
|
|
|
- <db:para>This table is used from the lcr module for administrative purposes only to associate names with gateway group ids.
|
|
|
- More information can be found at: &OPENSER_MOD_DOC;lcr.html.
|
|
|
- </db:para>
|
|
|
- </description>
|
|
|
-
|
|
|
- <column id="grp_id">
|
|
|
- <name>grp_id</name>
|
|
|
- <type>unsigned int</type>
|
|
|
- <autoincrement/>
|
|
|
- <primary/>
|
|
|
- <type db="postgres">SERIAL PRIMARY KEY</type>
|
|
|
- <type db="dbtext">int,auto</type>
|
|
|
- <description>Group ID</description>
|
|
|
- </column>
|
|
|
-
|
|
|
- <column>
|
|
|
- <name>grp_name</name>
|
|
|
- <type>string</type>
|
|
|
- <size>&id_len;</size>
|
|
|
- <description>Group name</description>
|
|
|
- <natural/>
|
|
|
- </column>
|
|
|
-</table>
|