Quellcode durchsuchen

* Removed lcr/gw_grp table because it is not used by OpenSER. If
someone needs it, it can be added as an extension.


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3395 689a6050-402a-0410-94f2-e92a70836424

Juha Heinanen vor 18 Jahren
Ursprung
Commit
3d27bead7e
2 geänderte Dateien mit 0 neuen und 38 gelöschten Zeilen
  1. 0 37
      lib/srdb1/schema/gw_grp.xml
  2. 0 1
      lib/srdb1/schema/openser-lcr.xml

+ 0 - 37
lib/srdb1/schema/gw_grp.xml

@@ -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>

+ 0 - 1
lib/srdb1/schema/openser-lcr.xml

@@ -10,6 +10,5 @@
 <database xmlns:xi="http://www.w3.org/2001/XInclude">
     <name>Least-cost Routing</name>
     <xi:include href="gw.xml"/>
-    <xi:include href="gw_grp.xml"/>
     <xi:include href="lcr.xml"/>
 </database>